Html Css Color HEX #525F0D Verdun Green

📋 copy color: '#525F0D'

red 82 ◦ green 95 ◦ blue 13

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

Shades of Verdun Green #525F0D

Tints of Verdun Green #525F0D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 50%

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

R = 43.16%
G = 50%
B = 6.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.63

RGB Variations

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

Color information

#525F0D (or 0x525F0D) is known color: Verdun Green. HEX triplet: 52, 5F and 0D. RGB value is (82,95,13). Sum of RGB (Red+Green+Blue) = 82+95+13=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #525F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525F0D is #ADA0F2. Grayscale: #525252. Windows color (decimal): -11378931 or 876370. OLE color: 876370.

HSL color Cylindrical-coordinate representation of color #525F0D: hue angle of 69.51º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #525F0D is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 95 13 -
CMYK 0.14 0 0.86 0.63
HSL 69.51º 0.76% 0.21% -
HSV(B) 69.51º 0.86% 0.37% -
XYZ 7.64 10.01 1.91 -
YUV 81.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 82 95 13 0.14 0 0.86 0.63 69.51 0.76 0.21
Hex 52 5F D E 0 56 3F 46 4C 15
Octal 122 137 15 16 0 126 77 106 114 25
Binary 1010010 1011111 1101 1110 0 1010110 111111 1000110 1001100 10101

Color Harmonies of #525F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F0D

Black with #525F0D

Text Example


Text Example

White with #525F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525F0D; }

 p { color: rgb(82,95,13); }

 H1.HeaderClassName
 {
   color: #525F0D;
 }
 .AnyTagClassName
 {
   color: #525F0D;
 }
</style>

background-color css

<style>
 a { background-color: #525F0D; }

 a { background-color: rgb(82,95,13); }

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

border-color css

<style>
 span { border-color: #525F0D; }

 span { border-color: rgb(82,95,13); }

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