Html Css Color HEX #42440C Verdun Green

📋 copy color: '#42440C'

red 66 ◦ green 68 ◦ blue 12

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

Shades of Verdun Green #42440C

Tints of Verdun Green #42440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.58%

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

R = 45.21%
G = 46.58%
B = 8.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#42440C (or 0x42440C) is known color: Verdun Green. HEX triplet: 42, 44 and 0C. RGB value is (66,68,12). Sum of RGB (Red+Green+Blue) = 66+68+12=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #42440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42440C is #BDBBF3. Grayscale: #3D3D3D. Windows color (decimal): -12434420 or 803906. OLE color: 803906.

HSL color Cylindrical-coordinate representation of color #42440C: hue angle of 62.14º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42440C is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 68 12 -
CMYK 0.03 0 0.82 0.73
HSL 62.14º 0.7% 0.16% -
HSV(B) 62.14º 0.82% 0.27% -
XYZ 4.38 5.32 1.14 -
YUV 61.02 100.34 131.55 -
System Red Green Blue C M Y K H S L
Decimal 66 68 12 0.03 0 0.82 0.73 62.14 0.7 0.16
Hex 42 44 C 3 0 52 49 3E 46 10
Octal 102 104 14 3 0 122 111 76 106 20
Binary 1000010 1000100 1100 11 0 1010010 1001001 111110 1000110 10000

Color Harmonies of #42440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42440C

Black with #42440C

Text Example


Text Example

White with #42440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42440C; }

 p { color: rgb(66,68,12); }

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

background-color css

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

 a { background-color: rgb(66,68,12); }

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

border-color css

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

 span { border-color: rgb(66,68,12); }

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