Html Css Color HEX #488767 Viridian

📋 copy color: '#488767'

red 72 ◦ green 135 ◦ blue 103

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

Shades of Viridian #488767

Tints of Viridian #488767

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.55%

 BLUE value IS 103 (40.63% from 255) = 33.23%

R = 23.23%
G = 43.55%
B = 33.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#488767 (or 0x488767) is known color: Viridian. HEX triplet: 48, 87 and 67. RGB value is (72,135,103). Sum of RGB (Red+Green+Blue) = 72+135+103=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #488767 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488767 is #B77898. Grayscale: #707070. Windows color (decimal): -12023961 or 6784840. OLE color: 6784840.

HSL color Cylindrical-coordinate representation of color #488767: hue angle of 149.52º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488767 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 103 -
CMYK 0.47 0 0.24 0.47
HSL 149.52º 0.3% 0.41% -
HSV(B) 149.52º 0.47% 0.53% -
XYZ 13.78 19.68 15.91 -
YUV 112.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 72 135 103 0.47 0 0.24 0.47 149.52 0.3 0.41
Hex 48 87 67 2F 0 18 2F 96 1E 29
Octal 110 207 147 57 0 30 57 226 36 51
Binary 1001000 10000111 1100111 101111 0 11000 101111 10010110 11110 101001

Color Harmonies of #488767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488767

Black with #488767

Text Example


Text Example

White with #488767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488767; }

 p { color: rgb(72,135,103); }

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

background-color css

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

 a { background-color: rgb(72,135,103); }

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

border-color css

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

 span { border-color: rgb(72,135,103); }

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