Html Css Color HEX #42581C Verdun Green

📋 copy color: '#42581C'

red 66 ◦ green 88 ◦ blue 28

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

Shades of Verdun Green #42581C

Tints of Verdun Green #42581C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.38%

R = 36.26%
G = 48.35%
B = 15.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#42581C (or 0x42581C) is known color: Verdun Green. HEX triplet: 42, 58 and 1C. RGB value is (66,88,28). Sum of RGB (Red+Green+Blue) = 66+88+28=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #42581C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42581C is #BDA7E3. Grayscale: #4A4A4A. Windows color (decimal): -12429284 or 1857602. OLE color: 1857602.

HSL color Cylindrical-coordinate representation of color #42581C: hue angle of 82º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42581C is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 28 -
CMYK 0.25 0 0.68 0.65
HSL 82º 0.52% 0.23% -
HSV(B) 82º 0.68% 0.35% -
XYZ 5.95 8.22 2.37 -
YUV 74.58 101.71 121.88 -
System Red Green Blue C M Y K H S L
Decimal 66 88 28 0.25 0 0.68 0.65 82 0.52 0.23
Hex 42 58 1C 19 0 44 41 52 34 17
Octal 102 130 34 31 0 104 101 122 64 27
Binary 1000010 1011000 11100 11001 0 1000100 1000001 1010010 110100 10111

Color Harmonies of #42581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42581C

Black with #42581C

Text Example


Text Example

White with #42581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42581C; }

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

 H1.HeaderClassName
 {
   color: #42581C;
 }
 .AnyTagClassName
 {
   color: #42581C;
 }
</style>

background-color css

<style>
 a { background-color: #42581C; }

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

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

border-color css

<style>
 span { border-color: #42581C; }

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

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