Html Css Color HEX #104253 Green Vogue

📋 copy color: '#104253'

red 16 ◦ green 66 ◦ blue 83

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

Shades of Green Vogue #104253

Tints of Green Vogue #104253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 50.3%

R = 9.7%
G = 40%
B = 50.3%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#104253 (or 0x104253) is known color: Green Vogue. HEX triplet: 10, 42 and 53. RGB value is (16,66,83). Sum of RGB (Red+Green+Blue) = 16+66+83=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #104253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104253 is #EFBDAC. Grayscale: #343434. Windows color (decimal): -15711661 or 5456400. OLE color: 5456400.

HSL color Cylindrical-coordinate representation of color #104253: hue angle of 195.22º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104253 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 66 83 -
CMYK 0.81 0.20 0 0.67
HSL 195.22º 0.68% 0.19% -
HSV(B) 195.22º 0.81% 0.33% -
XYZ 3.72 4.63 8.88 -
YUV 52.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 16 66 83 0.81 0.20 0 0.67 195.22 0.68 0.19
Hex 10 42 53 51 14 0 43 C3 44 13
Octal 20 102 123 121 24 0 103 303 104 23
Binary 10000 1000010 1010011 1010001 10100 0 1000011 11000011 1000100 10011

Color Harmonies of #104253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104253

Black with #104253

Text Example


Text Example

White with #104253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104253; }

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

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

background-color css

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

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

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

border-color css

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

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

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