Html Css Color HEX #41420A Verdun Green

📋 copy color: '#41420A'

red 65 ◦ green 66 ◦ blue 10

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

Shades of Verdun Green #41420A

Tints of Verdun Green #41420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.81%

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

R = 46.1%
G = 46.81%
B = 7.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#41420A (or 0x41420A) is known color: Verdun Green. HEX triplet: 41, 42 and 0A. RGB value is (65,66,10). Sum of RGB (Red+Green+Blue) = 65+66+10=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #41420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41420A is #BEBDF5. Grayscale: #3B3B3B. Windows color (decimal): -12500470 or 672321. OLE color: 672321.

HSL color Cylindrical-coordinate representation of color #41420A: hue angle of 61.07º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41420A is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 66 10 -
CMYK 0.02 0 0.85 0.74
HSL 61.07º 0.74% 0.15% -
HSV(B) 61.07º 0.85% 0.26% -
XYZ 4.18 5.04 1.04 -
YUV 59.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 65 66 10 0.02 0 0.85 0.74 61.07 0.74 0.15
Hex 41 42 A 2 0 55 4A 3D 4A F
Octal 101 102 12 2 0 125 112 75 112 17
Binary 1000001 1000010 1010 10 0 1010101 1001010 111101 1001010 1111

Color Harmonies of #41420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41420A

Black with #41420A

Text Example


Text Example

White with #41420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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