Html Css Color HEX #424109 Verdun Green

📋 copy color: '#424109'

red 66 ◦ green 65 ◦ blue 9

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

Shades of Verdun Green #424109

Tints of Verdun Green #424109

RGB

 RED value IS 66 (26.17% from 255) = 47.14%

 GREEN value IS 65 (25.78% from 255) = 46.43%

 BLUE value IS 9 (3.91% from 255) = 6.43%

R = 47.14%
G = 46.43%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#424109 (or 0x424109) is known color: Verdun Green. HEX triplet: 42, 41 and 09. RGB value is (66,65,9). Sum of RGB (Red+Green+Blue) = 66+65+9=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #424109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424109 is #BDBEF6. Grayscale: #3B3B3B. Windows color (decimal): -12435191 or 606530. OLE color: 606530.

HSL color Cylindrical-coordinate representation of color #424109: hue angle of 58.95º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #424109 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 65 9 -
CMYK 0 0.02 0.86 0.74
HSL 58.95º 0.76% 0.15% -
HSV(B) 58.95º 0.86% 0.26% -
XYZ 4.19 4.96 0.99 -
YUV 58.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 66 65 9 0 0.02 0.86 0.74 58.95 0.76 0.15
Hex 42 41 9 0 2 56 4A 3B 4C F
Octal 102 101 11 0 2 126 112 73 114 17
Binary 1000010 1000001 1001 0 10 1010110 1001010 111011 1001100 1111

Color Harmonies of #424109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424109

Black with #424109

Text Example


Text Example

White with #424109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424109; }

 p { color: rgb(66,65,9); }

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

background-color css

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

 a { background-color: rgb(66,65,9); }

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

border-color css

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

 span { border-color: rgb(66,65,9); }

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