Html Css Color HEX #525F01 Verdun Green

📋 copy color: '#525F01'

red 82 ◦ green 95 ◦ blue 1

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

Shades of Verdun Green #525F01

Tints of Verdun Green #525F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 46.07%
G = 53.37%
B = 0.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#525F01 (or 0x525F01) is known color: Verdun Green. HEX triplet: 52, 5F and 01. RGB value is (82,95,1). Sum of RGB (Red+Green+Blue) = 82+95+1=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 95 (37.5% from 255 or 53.37% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 95 - color contains mainly: green. Hex color #525F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525F01 is #ADA0FE. Grayscale: #505050. Windows color (decimal): -11378943 or 89938. OLE color: 89938.

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

Color convert

RGB 82 95 1 -
CMYK 0.14 0 0.99 0.63
HSL 68.3º 0.98% 0.19% -
HSV(B) 68.3º 0.99% 0.37% -
XYZ 7.58 9.98 1.56 -
YUV 80.4 83.19 129.14 -
System Red Green Blue C M Y K H S L
Decimal 82 95 1 0.14 0 0.99 0.63 68.3 0.98 0.19
Hex 52 5F 1 E 0 63 3F 44 62 13
Octal 122 137 1 16 0 143 77 104 142 23
Binary 1010010 1011111 1 1110 0 1100011 111111 1000100 1100010 10011

Color Harmonies of #525F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525F01

Black with #525F01

Text Example


Text Example

White with #525F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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