Html Css Color HEX #43420F Verdun Green

📋 copy color: '#43420F'

red 67 ◦ green 66 ◦ blue 15

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

Shades of Verdun Green #43420F

Tints of Verdun Green #43420F

RGB

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

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

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

R = 45.27%
G = 44.59%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.74

RGB Variations

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

Color information

#43420F (or 0x43420F) is known color: Verdun Green. HEX triplet: 43, 42 and 0F. RGB value is (67,66,15). Sum of RGB (Red+Green+Blue) = 67+66+15=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #43420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43420F is #BCBDF0. Grayscale: #3C3C3C. Windows color (decimal): -12369393 or 1000003. OLE color: 1000003.

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

Color convert

RGB 67 66 15 -
CMYK 0 0.01 0.78 0.74
HSL 58.85º 0.63% 0.16% -
HSV(B) 58.85º 0.78% 0.26% -
XYZ 4.35 5.12 1.21 -
YUV 60.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 67 66 15 0 0.01 0.78 0.74 58.85 0.63 0.16
Hex 43 42 F 0 1 4E 4A 3B 3F 10
Octal 103 102 17 0 1 116 112 73 77 20
Binary 1000011 1000010 1111 0 1 1001110 1001010 111011 111111 10000

Color Harmonies of #43420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43420F

Black with #43420F

Text Example


Text Example

White with #43420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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