Html Css Color HEX #42610E Verdun Green

📋 copy color: '#42610E'

red 66 ◦ green 97 ◦ blue 14

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

Shades of Verdun Green #42610E

Tints of Verdun Green #42610E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.8%

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

R = 37.29%
G = 54.8%
B = 7.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#42610E (or 0x42610E) is known color: Verdun Green. HEX triplet: 42, 61 and 0E. RGB value is (66,97,14). Sum of RGB (Red+Green+Blue) = 66+97+14=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #42610E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42610E is #BD9EF1. Grayscale: #4E4E4E. Windows color (decimal): -12426994 or 942402. OLE color: 942402.

HSL color Cylindrical-coordinate representation of color #42610E: hue angle of 82.41º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42610E is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 14 -
CMYK 0.32 0 0.86 0.62
HSL 82.41º 0.75% 0.22% -
HSV(B) 82.41º 0.86% 0.38% -
XYZ 6.6 9.74 1.95 -
YUV 78.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 66 97 14 0.32 0 0.86 0.62 82.41 0.75 0.22
Hex 42 61 E 20 0 56 3E 52 4B 16
Octal 102 141 16 40 0 126 76 122 113 26
Binary 1000010 1100001 1110 100000 0 1010110 111110 1010010 1001011 10110

Color Harmonies of #42610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42610E

Black with #42610E

Text Example


Text Example

White with #42610E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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