Html Css Color HEX #435011 Verdun Green

📋 copy color: '#435011'

red 67 ◦ green 80 ◦ blue 17

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

Shades of Verdun Green #435011

Tints of Verdun Green #435011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.37%

R = 40.85%
G = 48.78%
B = 10.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#435011 (or 0x435011) is known color: Verdun Green. HEX triplet: 43, 50 and 11. RGB value is (67,80,17). Sum of RGB (Red+Green+Blue) = 67+80+17=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #435011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435011 is #BCAFEE. Grayscale: #454545. Windows color (decimal): -12365807 or 1134659. OLE color: 1134659.

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

Color convert

RGB 67 80 17 -
CMYK 0.16 0 0.79 0.69
HSL 72.38º 0.65% 0.19% -
HSV(B) 72.38º 0.79% 0.31% -
XYZ 5.28 6.97 1.6 -
YUV 68.93 98.69 126.62 -
System Red Green Blue C M Y K H S L
Decimal 67 80 17 0.16 0 0.79 0.69 72.38 0.65 0.19
Hex 43 50 11 10 0 4F 45 48 41 13
Octal 103 120 21 20 0 117 105 110 101 23
Binary 1000011 1010000 10001 10000 0 1001111 1000101 1001000 1000001 10011

Color Harmonies of #435011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435011

Black with #435011

Text Example


Text Example

White with #435011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435011; }

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

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

background-color css

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

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

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

border-color css

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

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

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