Html Css Color HEX #434A0A Verdun Green

📋 copy color: '#434A0A'

red 67 ◦ green 74 ◦ blue 10

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

Shades of Verdun Green #434A0A

Tints of Verdun Green #434A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.62%

R = 44.37%
G = 49.01%
B = 6.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#434A0A (or 0x434A0A) is known color: Verdun Green. HEX triplet: 43, 4A and 0A. RGB value is (67,74,10). Sum of RGB (Red+Green+Blue) = 67+74+10=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 74 - color contains mainly: green. Hex color #434A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434A0A is #BCB5F5. Grayscale: #404040. Windows color (decimal): -12367350 or 674371. OLE color: 674371.

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

Color convert

RGB 67 74 10 -
CMYK 0.09 0 0.86 0.71
HSL 66.56º 0.76% 0.16% -
HSV(B) 66.56º 0.86% 0.29% -
XYZ 4.82 6.11 1.21 -
YUV 64.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 67 74 10 0.09 0 0.86 0.71 66.56 0.76 0.16
Hex 43 4A A 9 0 56 47 43 4C 10
Octal 103 112 12 11 0 126 107 103 114 20
Binary 1000011 1001010 1010 1001 0 1010110 1000111 1000011 1001100 10000

Color Harmonies of #434A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A0A

Black with #434A0A

Text Example


Text Example

White with #434A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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