Html Css Color HEX #435F12 Verdun Green

📋 copy color: '#435F12'

red 67 ◦ green 95 ◦ blue 18

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

Shades of Verdun Green #435F12

Tints of Verdun Green #435F12

RGB

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

 GREEN value IS 95 (37.5% from 255) = 52.78%

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

R = 37.22%
G = 52.78%
B = 10%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.63

RGB Variations

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

Color information

#435F12 (or 0x435F12) is known color: Verdun Green. HEX triplet: 43, 5F and 12. RGB value is (67,95,18). Sum of RGB (Red+Green+Blue) = 67+95+18=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 95 (37.5% from 255 or 52.78% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 95 - color contains mainly: green. Hex color #435F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435F12 is #BCA0ED. Grayscale: #4E4E4E. Windows color (decimal): -12361966 or 1204035. OLE color: 1204035.

HSL color Cylindrical-coordinate representation of color #435F12: hue angle of 81.82º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #435F12 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.

Color convert

RGB 67 95 18 -
CMYK 0.29 0 0.81 0.63
HSL 81.82º 0.68% 0.22% -
HSV(B) 81.82º 0.81% 0.37% -
XYZ 6.52 9.42 2.05 -
YUV 77.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 67 95 18 0.29 0 0.81 0.63 81.82 0.68 0.22
Hex 43 5F 12 1D 0 51 3F 52 44 16
Octal 103 137 22 35 0 121 77 122 104 26
Binary 1000011 1011111 10010 11101 0 1010001 111111 1010010 1000100 10110

Color Harmonies of #435F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435F12

Black with #435F12

Text Example


Text Example

White with #435F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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