Html Css Color HEX #487665 Viridian

📋 copy color: '#487665'

red 72 ◦ green 118 ◦ blue 101

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

Shades of Viridian #487665

Tints of Viridian #487665

RGB

 RED value IS 72 (28.52% from 255) = 24.74%

 GREEN value IS 118 (46.48% from 255) = 40.55%

 BLUE value IS 101 (39.84% from 255) = 34.71%

R = 24.74%
G = 40.55%
B = 34.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#487665 (or 0x487665) is known color: Viridian. HEX triplet: 48, 76 and 65. RGB value is (72,118,101). Sum of RGB (Red+Green+Blue) = 72+118+101=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #487665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487665 is #B7899A. Grayscale: #666666. Windows color (decimal): -12028315 or 6649416. OLE color: 6649416.

HSL color Cylindrical-coordinate representation of color #487665: hue angle of 157.83º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487665 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 118 101 -
CMYK 0.39 0 0.14 0.54
HSL 157.83º 0.24% 0.37% -
HSV(B) 157.83º 0.39% 0.46% -
XYZ 11.5 15.27 14.65 -
YUV 102.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 72 118 101 0.39 0 0.14 0.54 157.83 0.24 0.37
Hex 48 76 65 27 0 E 36 9E 18 25
Octal 110 166 145 47 0 16 66 236 30 45
Binary 1001000 1110110 1100101 100111 0 1110 110110 10011110 11000 100101

Color Harmonies of #487665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487665

Black with #487665

Text Example


Text Example

White with #487665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487665; }

 p { color: rgb(72,118,101); }

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

background-color css

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

 a { background-color: rgb(72,118,101); }

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

border-color css

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

 span { border-color: rgb(72,118,101); }

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