Html Css Color HEX #435512 Verdun Green

📋 copy color: '#435512'

red 67 ◦ green 85 ◦ blue 18

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

Shades of Verdun Green #435512

Tints of Verdun Green #435512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 39.41%
G = 50%
B = 10.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#435512 (or 0x435512) is known color: Verdun Green. HEX triplet: 43, 55 and 12. RGB value is (67,85,18). Sum of RGB (Red+Green+Blue) = 67+85+18=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #435512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435512 is #BCAAED. Grayscale: #484848. Windows color (decimal): -12364526 or 1201475. OLE color: 1201475.

HSL color Cylindrical-coordinate representation of color #435512: hue angle of 76.12º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #435512 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 85 18 -
CMYK 0.21 0 0.79 0.67
HSL 76.12º 0.65% 0.2% -
HSV(B) 76.12º 0.79% 0.33% -
XYZ 5.67 7.73 1.77 -
YUV 71.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 67 85 18 0.21 0 0.79 0.67 76.12 0.65 0.2
Hex 43 55 12 15 0 4F 43 4C 41 14
Octal 103 125 22 25 0 117 103 114 101 24
Binary 1000011 1010101 10010 10101 0 1001111 1000011 1001100 1000001 10100

Color Harmonies of #435512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435512

Black with #435512

Text Example


Text Example

White with #435512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435512; }

 p { color: rgb(67,85,18); }

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

background-color css

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

 a { background-color: rgb(67,85,18); }

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

border-color css

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

 span { border-color: rgb(67,85,18); }

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