Html Css Color HEX #526761 Viridian Green

📋 copy color: '#526761'

red 82 ◦ green 103 ◦ blue 97

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

Shades of Viridian Green #526761

Tints of Viridian Green #526761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 29.08%
G = 36.52%
B = 34.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#526761 (or 0x526761) is known color: Viridian Green. HEX triplet: 52, 67 and 61. RGB value is (82,103,97). Sum of RGB (Red+Green+Blue) = 82+103+97=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 103 - color contains mainly: green. Hex color #526761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526761 is #AD989E. Grayscale: #606060. Windows color (decimal): -11376799 or 6383442. OLE color: 6383442.

HSL color Cylindrical-coordinate representation of color #526761: hue angle of 162.86º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526761 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 97 -
CMYK 0.20 0 0.06 0.60
HSL 162.86º 0.11% 0.36% -
HSV(B) 162.86º 0.2% 0.4% -
XYZ 10.49 12.36 13.14 -
YUV 96.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 82 103 97 0.20 0 0.06 0.60 162.86 0.11 0.36
Hex 52 67 61 14 0 6 3C A3 B 24
Octal 122 147 141 24 0 6 74 243 13 44
Binary 1010010 1100111 1100001 10100 0 110 111100 10100011 1011 100100

Color Harmonies of #526761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526761

Black with #526761

Text Example


Text Example

White with #526761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526761; }

 p { color: rgb(82,103,97); }

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

background-color css

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

 a { background-color: rgb(82,103,97); }

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

border-color css

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

 span { border-color: rgb(82,103,97); }

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