Html Css Color HEX #41540A Verdun Green

📋 copy color: '#41540A'

red 65 ◦ green 84 ◦ blue 10

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

Shades of Verdun Green #41540A

Tints of Verdun Green #41540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.83%

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

R = 40.88%
G = 52.83%
B = 6.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#41540A (or 0x41540A) is known color: Verdun Green. HEX triplet: 41, 54 and 0A. RGB value is (65,84,10). Sum of RGB (Red+Green+Blue) = 65+84+10=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #41540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41540A is #BEABF5. Grayscale: #464646. Windows color (decimal): -12495862 or 676929. OLE color: 676929.

HSL color Cylindrical-coordinate representation of color #41540A: hue angle of 75.41º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41540A is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 84 10 -
CMYK 0.23 0 0.88 0.67
HSL 75.41º 0.79% 0.18% -
HSV(B) 75.41º 0.88% 0.33% -
XYZ 5.41 7.49 1.45 -
YUV 69.88 94.21 124.52 -
System Red Green Blue C M Y K H S L
Decimal 65 84 10 0.23 0 0.88 0.67 75.41 0.79 0.18
Hex 41 54 A 17 0 58 43 4B 4F 12
Octal 101 124 12 27 0 130 103 113 117 22
Binary 1000001 1010100 1010 10111 0 1011000 1000011 1001011 1001111 10010

Color Harmonies of #41540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41540A

Black with #41540A

Text Example


Text Example

White with #41540A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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