Html Css Color HEX #488267 Viridian

📋 copy color: '#488267'

red 72 ◦ green 130 ◦ blue 103

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

Shades of Viridian #488267

Tints of Viridian #488267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

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

R = 23.61%
G = 42.62%
B = 33.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#488267 (or 0x488267) is known color: Viridian. HEX triplet: 48, 82 and 67. RGB value is (72,130,103). Sum of RGB (Red+Green+Blue) = 72+130+103=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #488267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488267 is #B77D98. Grayscale: #6D6D6D. Windows color (decimal): -12025241 or 6783560. OLE color: 6783560.

HSL color Cylindrical-coordinate representation of color #488267: hue angle of 152.07º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488267 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 103 -
CMYK 0.45 0 0.21 0.49
HSL 152.07º 0.29% 0.4% -
HSV(B) 152.07º 0.45% 0.51% -
XYZ 13.1 18.32 15.68 -
YUV 109.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 72 130 103 0.45 0 0.21 0.49 152.07 0.29 0.4
Hex 48 82 67 2D 0 15 31 98 1D 28
Octal 110 202 147 55 0 25 61 230 35 50
Binary 1001000 10000010 1100111 101101 0 10101 110001 10011000 11101 101000

Color Harmonies of #488267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488267

Black with #488267

Text Example


Text Example

White with #488267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488267; }

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

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

background-color css

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

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

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

border-color css

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

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

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