Html Css Color HEX #487B65 Viridian

📋 copy color: '#487B65'

red 72 ◦ green 123 ◦ blue 101

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

Shades of Viridian #487B65

Tints of Viridian #487B65

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.55%

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

R = 24.32%
G = 41.55%
B = 34.12%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#487B65 (or 0x487B65) is known color: Viridian. HEX triplet: 48, 7B and 65. RGB value is (72,123,101). Sum of RGB (Red+Green+Blue) = 72+123+101=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #487B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487B65 is #B7849A. Grayscale: #696969. Windows color (decimal): -12027035 or 6650696. OLE color: 6650696.

HSL color Cylindrical-coordinate representation of color #487B65: hue angle of 154.12º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487B65 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 123 101 -
CMYK 0.41 0 0.18 0.52
HSL 154.12º 0.26% 0.38% -
HSV(B) 154.12º 0.41% 0.48% -
XYZ 12.1 16.48 14.86 -
YUV 105.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 72 123 101 0.41 0 0.18 0.52 154.12 0.26 0.38
Hex 48 7B 65 29 0 12 34 9A 1A 26
Octal 110 173 145 51 0 22 64 232 32 46
Binary 1001000 1111011 1100101 101001 0 10010 110100 10011010 11010 100110

Color Harmonies of #487B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487B65

Black with #487B65

Text Example


Text Example

White with #487B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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