Html Css Color HEX #43420D Verdun Green

📋 copy color: '#43420D'

red 67 ◦ green 66 ◦ blue 13

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

Shades of Verdun Green #43420D

Tints of Verdun Green #43420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.21%

 BLUE value IS 13 (5.47% from 255) = 8.9%

R = 45.89%
G = 45.21%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.74

RGB Variations

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

Color information

#43420D (or 0x43420D) is known color: Verdun Green. HEX triplet: 43, 42 and 0D. RGB value is (67,66,13). Sum of RGB (Red+Green+Blue) = 67+66+13=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #43420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43420D is #BCBDF2. Grayscale: #3C3C3C. Windows color (decimal): -12369395 or 868931. OLE color: 868931.

HSL color Cylindrical-coordinate representation of color #43420D: hue angle of 58.89º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43420D is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 66 13 -
CMYK 0 0.01 0.81 0.74
HSL 58.89º 0.68% 0.16% -
HSV(B) 58.89º 0.81% 0.26% -
XYZ 4.34 5.12 1.14 -
YUV 60.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 67 66 13 0 0.01 0.81 0.74 58.89 0.68 0.16
Hex 43 42 D 0 1 51 4A 3B 44 10
Octal 103 102 15 0 1 121 112 73 104 20
Binary 1000011 1000010 1101 0 1 1010001 1001010 111011 1000100 10000

Color Harmonies of #43420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43420D

Black with #43420D

Text Example


Text Example

White with #43420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43420D; }

 p { color: rgb(67,66,13); }

 H1.HeaderClassName
 {
   color: #43420D;
 }
 .AnyTagClassName
 {
   color: #43420D;
 }
</style>

background-color css

<style>
 a { background-color: #43420D; }

 a { background-color: rgb(67,66,13); }

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

border-color css

<style>
 span { border-color: #43420D; }

 span { border-color: rgb(67,66,13); }

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