Html Css Color HEX #41570A Verdun Green

📋 copy color: '#41570A'

red 65 ◦ green 87 ◦ blue 10

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

Shades of Verdun Green #41570A

Tints of Verdun Green #41570A

RGB

 RED value IS 65 (25.78% from 255) = 40.12%

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

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

R = 40.12%
G = 53.7%
B = 6.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#41570A (or 0x41570A) is known color: Verdun Green. HEX triplet: 41, 57 and 0A. RGB value is (65,87,10). Sum of RGB (Red+Green+Blue) = 65+87+10=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #41570A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41570A is #BEA8F5. Grayscale: #474747. Windows color (decimal): -12495094 or 677697. OLE color: 677697.

HSL color Cylindrical-coordinate representation of color #41570A: hue angle of 77.14º 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 #41570A is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 87 10 -
CMYK 0.25 0 0.89 0.66
HSL 77.14º 0.79% 0.19% -
HSV(B) 77.14º 0.89% 0.34% -
XYZ 5.64 7.96 1.53 -
YUV 71.64 93.21 123.26 -
System Red Green Blue C M Y K H S L
Decimal 65 87 10 0.25 0 0.89 0.66 77.14 0.79 0.19
Hex 41 57 A 19 0 59 42 4D 4F 13
Octal 101 127 12 31 0 131 102 115 117 23
Binary 1000001 1010111 1010 11001 0 1011001 1000010 1001101 1001111 10011

Color Harmonies of #41570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41570A

Black with #41570A

Text Example


Text Example

White with #41570A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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