Html Css Color HEX #435013 Verdun Green

📋 copy color: '#435013'

red 67 ◦ green 80 ◦ blue 19

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

Shades of Verdun Green #435013

Tints of Verdun Green #435013

RGB

 RED value IS 67 (26.56% from 255) = 40.36%

 GREEN value IS 80 (31.64% from 255) = 48.19%

 BLUE value IS 19 (7.81% from 255) = 11.45%

R = 40.36%
G = 48.19%
B = 11.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#435013 (or 0x435013) is known color: Verdun Green. HEX triplet: 43, 50 and 13. RGB value is (67,80,19). Sum of RGB (Red+Green+Blue) = 67+80+19=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #435013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435013 is #BCAFEC. Grayscale: #454545. Windows color (decimal): -12365805 or 1265731. OLE color: 1265731.

HSL color Cylindrical-coordinate representation of color #435013: hue angle of 72.79º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #435013 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 80 19 -
CMYK 0.16 0 0.76 0.69
HSL 72.79º 0.62% 0.19% -
HSV(B) 72.79º 0.76% 0.31% -
XYZ 5.3 6.98 1.68 -
YUV 69.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 67 80 19 0.16 0 0.76 0.69 72.79 0.62 0.19
Hex 43 50 13 10 0 4C 45 49 3E 13
Octal 103 120 23 20 0 114 105 111 76 23
Binary 1000011 1010000 10011 10000 0 1001100 1000101 1001001 111110 10011

Color Harmonies of #435013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435013

Black with #435013

Text Example


Text Example

White with #435013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435013; }

 p { color: rgb(67,80,19); }

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

background-color css

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

 a { background-color: rgb(67,80,19); }

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

border-color css

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

 span { border-color: rgb(67,80,19); }

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