Html Css Color HEX #434A0F Verdun Green

📋 copy color: '#434A0F'

red 67 ◦ green 74 ◦ blue 15

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

Shades of Verdun Green #434A0F

Tints of Verdun Green #434A0F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 47.44%

 BLUE value IS 15 (6.25% from 255) = 9.62%

R = 42.95%
G = 47.44%
B = 9.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.71

RGB Variations

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

Color information

#434A0F (or 0x434A0F) is known color: Verdun Green. HEX triplet: 43, 4A and 0F. RGB value is (67,74,15). Sum of RGB (Red+Green+Blue) = 67+74+15=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 74 - color contains mainly: green. Hex color #434A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434A0F is #BCB5F0. Grayscale: #414141. Windows color (decimal): -12367345 or 1002051. OLE color: 1002051.

HSL color Cylindrical-coordinate representation of color #434A0F: hue angle of 67.12º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #434A0F is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 74 15 -
CMYK 0.09 0 0.80 0.71
HSL 67.12º 0.66% 0.17% -
HSV(B) 67.12º 0.8% 0.29% -
XYZ 4.85 6.13 1.38 -
YUV 65.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 67 74 15 0.09 0 0.80 0.71 67.12 0.66 0.17
Hex 43 4A F 9 0 50 47 43 42 11
Octal 103 112 17 11 0 120 107 103 102 21
Binary 1000011 1001010 1111 1001 0 1010000 1000111 1000011 1000010 10001

Color Harmonies of #434A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A0F

Black with #434A0F

Text Example


Text Example

White with #434A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,74,15); }

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

background-color css

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

 a { background-color: rgb(67,74,15); }

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

border-color css

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

 span { border-color: rgb(67,74,15); }

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