Html Css Color HEX #488A67 Viridian

📋 copy color: '#488A67'

red 72 ◦ green 138 ◦ blue 103

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

Shades of Viridian #488A67

Tints of Viridian #488A67

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.09%

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

R = 23%
G = 44.09%
B = 32.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#488A67 (or 0x488A67) is known color: Viridian. HEX triplet: 48, 8A and 67. RGB value is (72,138,103). Sum of RGB (Red+Green+Blue) = 72+138+103=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #488A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A67 is #B77598. Grayscale: #727272. Windows color (decimal): -12023193 or 6785608. OLE color: 6785608.

HSL color Cylindrical-coordinate representation of color #488A67: hue angle of 148.18º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A67 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 138 103 -
CMYK 0.48 0 0.25 0.46
HSL 148.18º 0.31% 0.41% -
HSV(B) 148.18º 0.48% 0.54% -
XYZ 14.21 20.53 16.05 -
YUV 114.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 72 138 103 0.48 0 0.25 0.46 148.18 0.31 0.41
Hex 48 8A 67 30 0 19 2E 94 1F 29
Octal 110 212 147 60 0 31 56 224 37 51
Binary 1001000 10001010 1100111 110000 0 11001 101110 10010100 11111 101001

Color Harmonies of #488A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A67

Black with #488A67

Text Example


Text Example

White with #488A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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