Html Css Color HEX #42410E Verdun Green

📋 copy color: '#42410E'

red 66 ◦ green 65 ◦ blue 14

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

Shades of Verdun Green #42410E

Tints of Verdun Green #42410E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.66%

R = 45.52%
G = 44.83%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#42410E (or 0x42410E) is known color: Verdun Green. HEX triplet: 42, 41 and 0E. RGB value is (66,65,14). Sum of RGB (Red+Green+Blue) = 66+65+14=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42410E is #BDBEF1. Grayscale: #3B3B3B. Windows color (decimal): -12435186 or 934210. OLE color: 934210.

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

Color convert

RGB 66 65 14 -
CMYK 0 0.02 0.79 0.74
HSL 58.85º 0.65% 0.16% -
HSV(B) 58.85º 0.79% 0.26% -
XYZ 4.22 4.97 1.15 -
YUV 59.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 66 65 14 0 0.02 0.79 0.74 58.85 0.65 0.16
Hex 42 41 E 0 2 4F 4A 3B 41 10
Octal 102 101 16 0 2 117 112 73 101 20
Binary 1000010 1000001 1110 0 10 1001111 1001010 111011 1000001 10000

Color Harmonies of #42410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42410E

Black with #42410E

Text Example


Text Example

White with #42410E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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