Html Css Color HEX #434D12 Verdun Green

📋 copy color: '#434D12'

red 67 ◦ green 77 ◦ blue 18

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

Shades of Verdun Green #434D12

Tints of Verdun Green #434D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 47.53%

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

R = 41.36%
G = 47.53%
B = 11.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#434D12 (or 0x434D12) is known color: Verdun Green. HEX triplet: 43, 4D and 12. RGB value is (67,77,18). Sum of RGB (Red+Green+Blue) = 67+77+18=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 77 - color contains mainly: green. Hex color #434D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434D12 is #BCB2ED. Grayscale: #434343. Windows color (decimal): -12366574 or 1199427. OLE color: 1199427.

HSL color Cylindrical-coordinate representation of color #434D12: hue angle of 70.17º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #434D12 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB 67 77 18 -
CMYK 0.13 0 0.77 0.70
HSL 70.17º 0.62% 0.19% -
HSV(B) 70.17º 0.77% 0.3% -
XYZ 5.08 6.54 1.57 -
YUV 67.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 67 77 18 0.13 0 0.77 0.70 70.17 0.62 0.19
Hex 43 4D 12 D 0 4D 46 46 3E 13
Octal 103 115 22 15 0 115 106 106 76 23
Binary 1000011 1001101 10010 1101 0 1001101 1000110 1000110 111110 10011

Color Harmonies of #434D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434D12

Black with #434D12

Text Example


Text Example

White with #434D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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