Html Css Color HEX #526962 Viridian Green

📋 copy color: '#526962'

red 82 ◦ green 105 ◦ blue 98

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

Shades of Viridian Green #526962

Tints of Viridian Green #526962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.84%

 BLUE value IS 98 (38.67% from 255) = 34.39%

R = 28.77%
G = 36.84%
B = 34.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#526962 (or 0x526962) is known color: Viridian Green. HEX triplet: 52, 69 and 62. RGB value is (82,105,98). Sum of RGB (Red+Green+Blue) = 82+105+98=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #526962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526962 is #AD969D. Grayscale: #616161. Windows color (decimal): -11376286 or 6449490. OLE color: 6449490.

HSL color Cylindrical-coordinate representation of color #526962: hue angle of 161.74º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #526962 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 98 -
CMYK 0.22 0 0.07 0.59
HSL 161.74º 0.12% 0.37% -
HSV(B) 161.74º 0.22% 0.41% -
XYZ 10.74 12.78 13.46 -
YUV 97.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 82 105 98 0.22 0 0.07 0.59 161.74 0.12 0.37
Hex 52 69 62 16 0 7 3B A2 C 25
Octal 122 151 142 26 0 7 73 242 14 45
Binary 1010010 1101001 1100010 10110 0 111 111011 10100010 1100 100101

Color Harmonies of #526962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526962

Black with #526962

Text Example


Text Example

White with #526962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526962; }

 p { color: rgb(82,105,98); }

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

background-color css

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

 a { background-color: rgb(82,105,98); }

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

border-color css

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

 span { border-color: rgb(82,105,98); }

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