Html Css Color HEX #42580D Verdun Green

📋 copy color: '#42580D'

red 66 ◦ green 88 ◦ blue 13

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

Shades of Verdun Green #42580D

Tints of Verdun Green #42580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.69%

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

R = 39.52%
G = 52.69%
B = 7.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#42580D (or 0x42580D) is known color: Verdun Green. HEX triplet: 42, 58 and 0D. RGB value is (66,88,13). Sum of RGB (Red+Green+Blue) = 66+88+13=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #42580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42580D is #BDA7F2. Grayscale: #494949. Windows color (decimal): -12429299 or 874562. OLE color: 874562.

HSL color Cylindrical-coordinate representation of color #42580D: hue angle of 77.6º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42580D is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 13 -
CMYK 0.25 0 0.85 0.65
HSL 77.6º 0.74% 0.2% -
HSV(B) 77.6º 0.85% 0.35% -
XYZ 5.81 8.17 1.65 -
YUV 72.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 66 88 13 0.25 0 0.85 0.65 77.6 0.74 0.2
Hex 42 58 D 19 0 55 41 4E 4A 14
Octal 102 130 15 31 0 125 101 116 112 24
Binary 1000010 1011000 1101 11001 0 1010101 1000001 1001110 1001010 10100

Color Harmonies of #42580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42580D

Black with #42580D

Text Example


Text Example

White with #42580D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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