Html Css Color HEX #52655E Viridian Green

📋 copy color: '#52655E'

red 82 ◦ green 101 ◦ blue 94

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

Shades of Viridian Green #52655E

Tints of Viridian Green #52655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.46%

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 29.6%
G = 36.46%
B = 33.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#52655E (or 0x52655E) is known color: Viridian Green. HEX triplet: 52, 65 and 5E. RGB value is (82,101,94). Sum of RGB (Red+Green+Blue) = 82+101+94=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #52655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52655E is #AD9AA1. Grayscale: #5E5E5E. Windows color (decimal): -11377314 or 6186322. OLE color: 6186322.

HSL color Cylindrical-coordinate representation of color #52655E: hue angle of 157.89º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #52655E is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 94 -
CMYK 0.19 0 0.07 0.60
HSL 157.89º 0.1% 0.36% -
HSV(B) 157.89º 0.19% 0.4% -
XYZ 10.15 11.91 12.35 -
YUV 94.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 82 101 94 0.19 0 0.07 0.60 157.89 0.1 0.36
Hex 52 65 5E 13 0 7 3C 9E A 24
Octal 122 145 136 23 0 7 74 236 12 44
Binary 1010010 1100101 1011110 10011 0 111 111100 10011110 1010 100100

Color Harmonies of #52655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52655E

Black with #52655E

Text Example


Text Example

White with #52655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52655E; }

 p { color: rgb(82,101,94); }

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

background-color css

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

 a { background-color: rgb(82,101,94); }

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

border-color css

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

 span { border-color: rgb(82,101,94); }

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