Html Css Color HEX #525307 Verdun Green

📋 copy color: '#525307'

red 82 ◦ green 83 ◦ blue 7

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

Shades of Verdun Green #525307

Tints of Verdun Green #525307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.26%

 BLUE value IS 7 (3.13% from 255) = 4.07%

R = 47.67%
G = 48.26%
B = 4.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#525307 (or 0x525307) is known color: Verdun Green. HEX triplet: 52, 53 and 07. RGB value is (82,83,7). Sum of RGB (Red+Green+Blue) = 82+83+7=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #525307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525307 is #ADACF8. Grayscale: #4A4A4A. Windows color (decimal): -11382009 or 480082. OLE color: 480082.

HSL color Cylindrical-coordinate representation of color #525307: hue angle of 60.79º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #525307 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 7 -
CMYK 0.01 0 0.92 0.67
HSL 60.79º 0.84% 0.18% -
HSV(B) 60.79º 0.92% 0.33% -
XYZ 6.61 8 1.4 -
YUV 74.04 90.17 133.68 -
System Red Green Blue C M Y K H S L
Decimal 82 83 7 0.01 0 0.92 0.67 60.79 0.84 0.18
Hex 52 53 7 1 0 5C 43 3D 54 12
Octal 122 123 7 1 0 134 103 75 124 22
Binary 1010010 1010011 111 1 0 1011100 1000011 111101 1010100 10010

Color Harmonies of #525307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525307

Black with #525307

Text Example


Text Example

White with #525307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525307; }

 p { color: rgb(82,83,7); }

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

background-color css

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

 a { background-color: rgb(82,83,7); }

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

border-color css

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

 span { border-color: rgb(82,83,7); }

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