Html Css Color HEX #104250 Green Vogue

📋 copy color: '#104250'

red 16 ◦ green 66 ◦ blue 80

#104250
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #104250

Tints of Green Vogue #104250

RGB

 RED value IS 16 (6.64% from 255) = 9.88%

 GREEN value IS 66 (26.17% from 255) = 40.74%

 BLUE value IS 80 (31.64% from 255) = 49.38%

R = 9.88%
G = 40.74%
B = 49.38%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#104250 (or 0x104250) is known color: Green Vogue. HEX triplet: 10, 42 and 50. RGB value is (16,66,80). Sum of RGB (Red+Green+Blue) = 16+66+80=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #104250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104250 is #EFBDAF. Grayscale: #343434. Windows color (decimal): -15711664 or 5259792. OLE color: 5259792.

HSL color Cylindrical-coordinate representation of color #104250: hue angle of 193.12º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104250 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 66 80 -
CMYK 0.80 0.17 0 0.69
HSL 193.13º 0.67% 0.19% -
HSV(B) 193.13º 0.8% 0.31% -
XYZ 3.61 4.59 8.28 -
YUV 52.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 16 66 80 0.80 0.17 0 0.69 193.13 0.67 0.19
Hex 10 42 50 50 11 0 45 C1 43 13
Octal 20 102 120 120 21 0 105 301 103 23
Binary 10000 1000010 1010000 1010000 10001 0 1000101 11000001 1000011 10011

Color Harmonies of #104250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104250

Black with #104250

Text Example


Text Example

White with #104250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104250; }

 p { color: rgb(16,66,80); }

 H1.HeaderClassName
 {
   color: #104250;
 }
 .AnyTagClassName
 {
   color: #104250;
 }
</style>

background-color css

<style>
 a { background-color: #104250; }

 a { background-color: rgb(16,66,80); }

 div.DivClassName
 {
   background-color: #104250;
 }
 .BgClassName
 {
   background-color: #104250;
 }
</style>

border-color css

<style>
 span { border-color: #104250; }

 span { border-color: rgb(16,66,80); }

 td.TdClassName
 {
   border-color: #104250;
 }
 .TagClassName
 {
   border-color: #104250;
 }
</style>