Html Css Color HEX #525B0F Verdun Green

📋 copy color: '#525B0F'

red 82 ◦ green 91 ◦ blue 15

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

Shades of Verdun Green #525B0F

Tints of Verdun Green #525B0F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 48.4%

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

R = 43.62%
G = 48.4%
B = 7.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#525B0F (or 0x525B0F) is known color: Verdun Green. HEX triplet: 52, 5B and 0F. RGB value is (82,91,15). Sum of RGB (Red+Green+Blue) = 82+91+15=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 91 (35.94% from 255 or 48.40% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 91 - color contains mainly: green. Hex color #525B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525B0F is #ADA4F0. Grayscale: #4F4F4F. Windows color (decimal): -11379953 or 1006418. OLE color: 1006418.

HSL color Cylindrical-coordinate representation of color #525B0F: hue angle of 67.11º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #525B0F is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 91 15 -
CMYK 0.10 0 0.84 0.64
HSL 67.11º 0.72% 0.21% -
HSV(B) 67.11º 0.84% 0.36% -
XYZ 7.31 9.31 1.86 -
YUV 79.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 82 91 15 0.10 0 0.84 0.64 67.11 0.72 0.21
Hex 52 5B F A 0 54 40 43 48 15
Octal 122 133 17 12 0 124 100 103 110 25
Binary 1010010 1011011 1111 1010 0 1010100 1000000 1000011 1001000 10101

Color Harmonies of #525B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525B0F

Black with #525B0F

Text Example


Text Example

White with #525B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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