Html Css Color HEX #42591C Verdun Green

📋 copy color: '#42591C'

red 66 ◦ green 89 ◦ blue 28

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

Shades of Verdun Green #42591C

Tints of Verdun Green #42591C

RGB

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

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

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

R = 36.07%
G = 48.63%
B = 15.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#42591C (or 0x42591C) is known color: Verdun Green. HEX triplet: 42, 59 and 1C. RGB value is (66,89,28). Sum of RGB (Red+Green+Blue) = 66+89+28=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #42591C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42591C is #BDA6E3. Grayscale: #4B4B4B. Windows color (decimal): -12429028 or 1857858. OLE color: 1857858.

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

Color convert

RGB 66 89 28 -
CMYK 0.26 0 0.69 0.65
HSL 82.62º 0.52% 0.23% -
HSV(B) 82.62º 0.69% 0.35% -
XYZ 6.03 8.39 2.4 -
YUV 75.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 66 89 28 0.26 0 0.69 0.65 82.62 0.52 0.23
Hex 42 59 1C 1A 0 45 41 53 34 17
Octal 102 131 34 32 0 105 101 123 64 27
Binary 1000010 1011001 11100 11010 0 1000101 1000001 1010011 110100 10111

Color Harmonies of #42591C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42591C

Black with #42591C

Text Example


Text Example

White with #42591C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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