Html Css Color HEX #52645F Viridian Green

📋 copy color: '#52645F'

red 82 ◦ green 100 ◦ blue 95

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

Shades of Viridian Green #52645F

Tints of Viridian Green #52645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.1%

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 29.6%
G = 36.1%
B = 34.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#52645F (or 0x52645F) is known color: Viridian Green. HEX triplet: 52, 64 and 5F. RGB value is (82,100,95). Sum of RGB (Red+Green+Blue) = 82+100+95=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 100 - color contains mainly: green. Hex color #52645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52645F is #AD9BA0. Grayscale: #5E5E5E. Windows color (decimal): -11377569 or 6251602. OLE color: 6251602.

HSL color Cylindrical-coordinate representation of color #52645F: hue angle of 163.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #52645F is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 100 95 -
CMYK 0.18 0 0.05 0.61
HSL 163.33º 0.1% 0.36% -
HSV(B) 163.33º 0.18% 0.39% -
XYZ 10.1 11.73 12.56 -
YUV 94.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 82 100 95 0.18 0 0.05 0.61 163.33 0.1 0.36
Hex 52 64 5F 12 0 5 3D A3 A 24
Octal 122 144 137 22 0 5 75 243 12 44
Binary 1010010 1100100 1011111 10010 0 101 111101 10100011 1010 100100

Color Harmonies of #52645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52645F

Black with #52645F

Text Example


Text Example

White with #52645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52645F; }

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

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

background-color css

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

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

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

border-color css

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

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

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