Html Css Color HEX #42450A Verdun Green

📋 copy color: '#42450A'

red 66 ◦ green 69 ◦ blue 10

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

Shades of Verdun Green #42450A

Tints of Verdun Green #42450A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.9%

R = 45.52%
G = 47.59%
B = 6.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#42450A (or 0x42450A) is known color: Verdun Green. HEX triplet: 42, 45 and 0A. RGB value is (66,69,10). Sum of RGB (Red+Green+Blue) = 66+69+10=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #42450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42450A is #BDBAF5. Grayscale: #3D3D3D. Windows color (decimal): -12434166 or 673090. OLE color: 673090.

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

Color convert

RGB 66 69 10 -
CMYK 0.04 0 0.86 0.73
HSL 63.05º 0.75% 0.15% -
HSV(B) 63.05º 0.86% 0.27% -
XYZ 4.43 5.44 1.1 -
YUV 61.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 66 69 10 0.04 0 0.86 0.73 63.05 0.75 0.15
Hex 42 45 A 4 0 56 49 3F 4B F
Octal 102 105 12 4 0 126 111 77 113 17
Binary 1000010 1000101 1010 100 0 1010110 1001001 111111 1001011 1111

Color Harmonies of #42450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42450A

Black with #42450A

Text Example


Text Example

White with #42450A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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