Html Css Color HEX #42590E Verdun Green

📋 copy color: '#42590E'

red 66 ◦ green 89 ◦ blue 14

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

Shades of Verdun Green #42590E

Tints of Verdun Green #42590E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.66%

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

R = 39.05%
G = 52.66%
B = 8.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#42590E (or 0x42590E) is known color: Verdun Green. HEX triplet: 42, 59 and 0E. RGB value is (66,89,14). Sum of RGB (Red+Green+Blue) = 66+89+14=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #42590E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42590E is #BDA6F1. Grayscale: #494949. Windows color (decimal): -12429042 or 940354. OLE color: 940354.

HSL color Cylindrical-coordinate representation of color #42590E: hue angle of 78.4º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42590E is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 89 14 -
CMYK 0.26 0 0.84 0.65
HSL 78.4º 0.73% 0.2% -
HSV(B) 78.4º 0.84% 0.35% -
XYZ 5.9 8.33 1.71 -
YUV 73.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 66 89 14 0.26 0 0.84 0.65 78.4 0.73 0.2
Hex 42 59 E 1A 0 54 41 4E 49 14
Octal 102 131 16 32 0 124 101 116 111 24
Binary 1000010 1011001 1110 11010 0 1010100 1000001 1001110 1001001 10100

Color Harmonies of #42590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42590E

Black with #42590E

Text Example


Text Example

White with #42590E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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