Html Css Color HEX #42610D Verdun Green

📋 copy color: '#42610D'

red 66 ◦ green 97 ◦ blue 13

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

Shades of Verdun Green #42610D

Tints of Verdun Green #42610D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 37.5%
G = 55.11%
B = 7.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#42610D (or 0x42610D) is known color: Verdun Green. HEX triplet: 42, 61 and 0D. RGB value is (66,97,13). Sum of RGB (Red+Green+Blue) = 66+97+13=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #42610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42610D is #BD9EF2. Grayscale: #4E4E4E. Windows color (decimal): -12426995 or 876866. OLE color: 876866.

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

Color convert

RGB 66 97 13 -
CMYK 0.32 0 0.87 0.62
HSL 82.14º 0.76% 0.22% -
HSV(B) 82.14º 0.87% 0.38% -
XYZ 6.59 9.74 1.91 -
YUV 78.16 91.23 119.33 -
System Red Green Blue C M Y K H S L
Decimal 66 97 13 0.32 0 0.87 0.62 82.14 0.76 0.22
Hex 42 61 D 20 0 57 3E 52 4C 16
Octal 102 141 15 40 0 127 76 122 114 26
Binary 1000010 1100001 1101 100000 0 1010111 111110 1010010 1001100 10110

Color Harmonies of #42610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42610D

Black with #42610D

Text Example


Text Example

White with #42610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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