Html Css Color HEX #42570A Verdun Green

📋 copy color: '#42570A'

red 66 ◦ green 87 ◦ blue 10

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

Shades of Verdun Green #42570A

Tints of Verdun Green #42570A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 53.37%

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

R = 40.49%
G = 53.37%
B = 6.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#42570A (or 0x42570A) is known color: Verdun Green. HEX triplet: 42, 57 and 0A. RGB value is (66,87,10). Sum of RGB (Red+Green+Blue) = 66+87+10=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 87 (34.38% from 255 or 53.37% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 87 - color contains mainly: green. Hex color #42570A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42570A is #BDA8F5. Grayscale: #484848. Windows color (decimal): -12429558 or 677698. OLE color: 677698.

HSL color Cylindrical-coordinate representation of color #42570A: hue angle of 76.36º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42570A is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 87 10 -
CMYK 0.24 0 0.89 0.66
HSL 76.36º 0.79% 0.19% -
HSV(B) 76.36º 0.89% 0.34% -
XYZ 5.71 8 1.53 -
YUV 71.94 93.04 123.76 -
System Red Green Blue C M Y K H S L
Decimal 66 87 10 0.24 0 0.89 0.66 76.36 0.79 0.19
Hex 42 57 A 18 0 59 42 4C 4F 13
Octal 102 127 12 30 0 131 102 114 117 23
Binary 1000010 1010111 1010 11000 0 1011001 1000010 1001100 1001111 10011

Color Harmonies of #42570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42570A

Black with #42570A

Text Example


Text Example

White with #42570A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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