Html Css Color HEX #42590F Verdun Green

📋 copy color: '#42590F'

red 66 ◦ green 89 ◦ blue 15

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

Shades of Verdun Green #42590F

Tints of Verdun Green #42590F

RGB

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

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

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

R = 38.82%
G = 52.35%
B = 8.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#42590F (or 0x42590F) is known color: Verdun Green. HEX triplet: 42, 59 and 0F. RGB value is (66,89,15). Sum of RGB (Red+Green+Blue) = 66+89+15=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #42590F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42590F is #BDA6F0. Grayscale: #494949. Windows color (decimal): -12429041 or 1005890. OLE color: 1005890.

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

Color convert

RGB 66 89 15 -
CMYK 0.26 0 0.83 0.65
HSL 78.65º 0.71% 0.2% -
HSV(B) 78.65º 0.83% 0.35% -
XYZ 5.91 8.34 1.75 -
YUV 73.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 66 89 15 0.26 0 0.83 0.65 78.65 0.71 0.2
Hex 42 59 F 1A 0 53 41 4F 47 14
Octal 102 131 17 32 0 123 101 117 107 24
Binary 1000010 1011001 1111 11010 0 1010011 1000001 1001111 1000111 10100

Color Harmonies of #42590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42590F

Black with #42590F

Text Example


Text Example

White with #42590F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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