Html Css Color HEX #42450C Verdun Green

📋 copy color: '#42450C'

red 66 ◦ green 69 ◦ blue 12

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

Shades of Verdun Green #42450C

Tints of Verdun Green #42450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.94%

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

R = 44.9%
G = 46.94%
B = 8.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#42450C (or 0x42450C) is known color: Verdun Green. HEX triplet: 42, 45 and 0C. RGB value is (66,69,12). Sum of RGB (Red+Green+Blue) = 66+69+12=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #42450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42450C is #BDBAF3. Grayscale: #3D3D3D. Windows color (decimal): -12434164 or 804162. OLE color: 804162.

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

Color convert

RGB 66 69 12 -
CMYK 0.04 0 0.83 0.73
HSL 63.16º 0.7% 0.16% -
HSV(B) 63.16º 0.83% 0.27% -
XYZ 4.44 5.44 1.16 -
YUV 61.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 66 69 12 0.04 0 0.83 0.73 63.16 0.7 0.16
Hex 42 45 C 4 0 53 49 3F 46 10
Octal 102 105 14 4 0 123 111 77 106 20
Binary 1000010 1000101 1100 100 0 1010011 1001001 111111 1000110 10000

Color Harmonies of #42450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42450C

Black with #42450C

Text Example


Text Example

White with #42450C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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