Html Css Color HEX #434A0C Verdun Green

📋 copy color: '#434A0C'

red 67 ◦ green 74 ◦ blue 12

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

Shades of Verdun Green #434A0C

Tints of Verdun Green #434A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.84%

R = 43.79%
G = 48.37%
B = 7.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#434A0C (or 0x434A0C) is known color: Verdun Green. HEX triplet: 43, 4A and 0C. RGB value is (67,74,12). Sum of RGB (Red+Green+Blue) = 67+74+12=153 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.79% from 153); Green value is 74 (29.30% from 255 or 48.37% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 74 - color contains mainly: green. Hex color #434A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434A0C is #BCB5F3. Grayscale: #414141. Windows color (decimal): -12367348 or 805443. OLE color: 805443.

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

Color convert

RGB 67 74 12 -
CMYK 0.09 0 0.84 0.71
HSL 66.77º 0.72% 0.17% -
HSV(B) 66.77º 0.84% 0.29% -
XYZ 4.83 6.12 1.27 -
YUV 64.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 67 74 12 0.09 0 0.84 0.71 66.77 0.72 0.17
Hex 43 4A C 9 0 54 47 43 48 11
Octal 103 112 14 11 0 124 107 103 110 21
Binary 1000011 1001010 1100 1001 0 1010100 1000111 1000011 1001000 10001

Color Harmonies of #434A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A0C

Black with #434A0C

Text Example


Text Example

White with #434A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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