Html Css Color HEX #42580F Verdun Green

📋 copy color: '#42580F'

red 66 ◦ green 88 ◦ blue 15

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

Shades of Verdun Green #42580F

Tints of Verdun Green #42580F

RGB

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

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

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

R = 39.05%
G = 52.07%
B = 8.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#42580F (or 0x42580F) is known color: Verdun Green. HEX triplet: 42, 58 and 0F. RGB value is (66,88,15). Sum of RGB (Red+Green+Blue) = 66+88+15=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #42580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42580F is #BDA7F0. Grayscale: #494949. Windows color (decimal): -12429297 or 1005634. OLE color: 1005634.

HSL color Cylindrical-coordinate representation of color #42580F: hue angle of 78.08º 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 #42580F is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 15 -
CMYK 0.25 0 0.83 0.65
HSL 78.08º 0.71% 0.2% -
HSV(B) 78.08º 0.83% 0.35% -
XYZ 5.82 8.17 1.72 -
YUV 73.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 66 88 15 0.25 0 0.83 0.65 78.08 0.71 0.2
Hex 42 58 F 19 0 53 41 4E 47 14
Octal 102 130 17 31 0 123 101 116 107 24
Binary 1000010 1011000 1111 11001 0 1010011 1000001 1001110 1000111 10100

Color Harmonies of #42580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42580F

Black with #42580F

Text Example


Text Example

White with #42580F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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