Html Css Color HEX #435200 Verdun Green

📋 copy color: '#435200'

red 67 ◦ green 82 ◦ blue 0

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

Shades of Verdun Green #435200

Tints of Verdun Green #435200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 55.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.97%
G = 55.03%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#435200 (or 0x435200) is known color: Verdun Green. HEX triplet: 43, 52 and 00. RGB value is (67,82,0). Sum of RGB (Red+Green+Blue) = 67+82+0=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #435200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435200 is #BCADFF. Grayscale: #444444. Windows color (decimal): -12365312 or 21059. OLE color: 21059.

HSL color Cylindrical-coordinate representation of color #435200: hue angle of 70.98º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #435200 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 67 82 0 -
CMYK 0.18 0 1 0.68
HSL 70.98º 1% 0.16% -
HSV(B) 70.98º 1% 0.32% -
XYZ 5.33 7.23 1.11 -
YUV 68.17 89.53 127.17 -
System Red Green Blue C M Y K H S L
Decimal 67 82 0 0.18 0 1 0.68 70.98 1 0.16
Hex 43 52 0 12 0 64 44 47 64 10
Octal 103 122 0 22 0 144 104 107 144 20
Binary 1000011 1010010 0 10010 0 1100100 1000100 1000111 1100100 10000

Color Harmonies of #435200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435200

Black with #435200

Text Example


Text Example

White with #435200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435200; }

 p { color: rgb(67,82,0); }

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

background-color css

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

 a { background-color: rgb(67,82,0); }

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

border-color css

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

 span { border-color: rgb(67,82,0); }

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