Html Css Color HEX #52580F Verdun Green

📋 copy color: '#52580F'

red 82 ◦ green 88 ◦ blue 15

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

Shades of Verdun Green #52580F

Tints of Verdun Green #52580F

RGB

 RED value IS 82 (32.42% from 255) = 44.32%

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

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

R = 44.32%
G = 47.57%
B = 8.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#52580F (or 0x52580F) is known color: Verdun Green. HEX triplet: 52, 58 and 0F. RGB value is (82,88,15). Sum of RGB (Red+Green+Blue) = 82+88+15=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #52580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52580F is #ADA7F0. Grayscale: #4E4E4E. Windows color (decimal): -11380721 or 1005650. OLE color: 1005650.

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

Color convert

RGB 82 88 15 -
CMYK 0.07 0 0.83 0.65
HSL 64.93º 0.71% 0.2% -
HSV(B) 64.93º 0.83% 0.35% -
XYZ 7.06 8.81 1.78 -
YUV 77.88 92.51 130.94 -
System Red Green Blue C M Y K H S L
Decimal 82 88 15 0.07 0 0.83 0.65 64.93 0.71 0.2
Hex 52 58 F 7 0 53 41 41 47 14
Octal 122 130 17 7 0 123 101 101 107 24
Binary 1010010 1011000 1111 111 0 1010011 1000001 1000001 1000111 10100

Color Harmonies of #52580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52580F

Black with #52580F

Text Example


Text Example

White with #52580F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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