Html Css Color HEX #434E10 Verdun Green

📋 copy color: '#434E10'

red 67 ◦ green 78 ◦ blue 16

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

Shades of Verdun Green #434E10

Tints of Verdun Green #434E10

RGB

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

 GREEN value IS 78 (30.86% from 255) = 48.45%

 BLUE value IS 16 (6.64% from 255) = 9.94%

R = 41.61%
G = 48.45%
B = 9.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#434E10 (or 0x434E10) is known color: Verdun Green. HEX triplet: 43, 4E and 10. RGB value is (67,78,16). Sum of RGB (Red+Green+Blue) = 67+78+16=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #434E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434E10 is #BCB1EF. Grayscale: #434343. Windows color (decimal): -12366320 or 1068611. OLE color: 1068611.

HSL color Cylindrical-coordinate representation of color #434E10: hue angle of 70.65º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #434E10 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 78 16 -
CMYK 0.14 0 0.79 0.69
HSL 70.65º 0.66% 0.18% -
HSV(B) 70.65º 0.79% 0.31% -
XYZ 5.13 6.68 1.51 -
YUV 67.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 67 78 16 0.14 0 0.79 0.69 70.65 0.66 0.18
Hex 43 4E 10 E 0 4F 45 47 42 12
Octal 103 116 20 16 0 117 105 107 102 22
Binary 1000011 1001110 10000 1110 0 1001111 1000101 1000111 1000010 10010

Color Harmonies of #434E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434E10

Black with #434E10

Text Example


Text Example

White with #434E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,78,16); }

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

background-color css

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

 a { background-color: rgb(67,78,16); }

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

border-color css

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

 span { border-color: rgb(67,78,16); }

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