Html Css Color HEX #488167 Viridian

📋 copy color: '#488167'

red 72 ◦ green 129 ◦ blue 103

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

Shades of Viridian #488167

Tints of Viridian #488167

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.43%

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

R = 23.68%
G = 42.43%
B = 33.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#488167 (or 0x488167) is known color: Viridian. HEX triplet: 48, 81 and 67. RGB value is (72,129,103). Sum of RGB (Red+Green+Blue) = 72+129+103=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #488167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488167 is #B77E98. Grayscale: #6D6D6D. Windows color (decimal): -12025497 or 6783304. OLE color: 6783304.

HSL color Cylindrical-coordinate representation of color #488167: hue angle of 152.63º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488167 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 103 -
CMYK 0.44 0 0.20 0.49
HSL 152.63º 0.28% 0.39% -
HSV(B) 152.63º 0.44% 0.51% -
XYZ 12.97 18.06 15.63 -
YUV 108.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 72 129 103 0.44 0 0.20 0.49 152.63 0.28 0.39
Hex 48 81 67 2C 0 14 31 99 1C 27
Octal 110 201 147 54 0 24 61 231 34 47
Binary 1001000 10000001 1100111 101100 0 10100 110001 10011001 11100 100111

Color Harmonies of #488167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488167

Black with #488167

Text Example


Text Example

White with #488167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488167; }

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

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

background-color css

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

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

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

border-color css

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

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

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