Html Css Color HEX #41420F Verdun Green

📋 copy color: '#41420F'

red 65 ◦ green 66 ◦ blue 15

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

Shades of Verdun Green #41420F

Tints of Verdun Green #41420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.27%

R = 44.52%
G = 45.21%
B = 10.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#41420F (or 0x41420F) is known color: Verdun Green. HEX triplet: 41, 42 and 0F. RGB value is (65,66,15). Sum of RGB (Red+Green+Blue) = 65+66+15=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #41420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41420F is #BEBDF0. Grayscale: #3C3C3C. Windows color (decimal): -12500465 or 1000001. OLE color: 1000001.

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

Color convert

RGB 65 66 15 -
CMYK 0.02 0 0.77 0.74
HSL 61.18º 0.63% 0.16% -
HSV(B) 61.18º 0.77% 0.26% -
XYZ 4.21 5.05 1.21 -
YUV 59.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 65 66 15 0.02 0 0.77 0.74 61.18 0.63 0.16
Hex 41 42 F 2 0 4D 4A 3D 3F 10
Octal 101 102 17 2 0 115 112 75 77 20
Binary 1000001 1000010 1111 10 0 1001101 1001010 111101 111111 10000

Color Harmonies of #41420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41420F

Black with #41420F

Text Example


Text Example

White with #41420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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