Html Css Color HEX #42410F Verdun Green

📋 copy color: '#42410F'

red 66 ◦ green 65 ◦ blue 15

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

Shades of Verdun Green #42410F

Tints of Verdun Green #42410F

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #42410F: hue angle of 58.82º 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 #42410F is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 65 15 -
CMYK 0 0.02 0.77 0.74
HSL 58.82º 0.63% 0.16% -
HSV(B) 58.82º 0.77% 0.26% -
XYZ 4.22 4.97 1.19 -
YUV 59.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 66 65 15 0 0.02 0.77 0.74 58.82 0.63 0.16
Hex 42 41 F 0 2 4D 4A 3B 3F 10
Octal 102 101 17 0 2 115 112 73 77 20
Binary 1000010 1000001 1111 0 10 1001101 1001010 111011 111111 10000

Color Harmonies of #42410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42410F

Black with #42410F

Text Example


Text Example

White with #42410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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