Html Css Color HEX #48896A Viridian

📋 copy color: '#48896A'

red 72 ◦ green 137 ◦ blue 106

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

Shades of Viridian #48896A

Tints of Viridian #48896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.49%

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 22.86%
G = 43.49%
B = 33.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#48896A (or 0x48896A) is known color: Viridian. HEX triplet: 48, 89 and 6A. RGB value is (72,137,106). Sum of RGB (Red+Green+Blue) = 72+137+106=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #48896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48896A is #B77695. Grayscale: #727272. Windows color (decimal): -12023446 or 6981960. OLE color: 6981960.

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

Color convert

RGB 72 137 106 -
CMYK 0.47 0 0.23 0.46
HSL 151.38º 0.31% 0.41% -
HSV(B) 151.38º 0.47% 0.54% -
XYZ 14.22 20.31 16.81 -
YUV 114.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 72 137 106 0.47 0 0.23 0.46 151.38 0.31 0.41
Hex 48 89 6A 2F 0 17 2E 97 1F 29
Octal 110 211 152 57 0 27 56 227 37 51
Binary 1001000 10001001 1101010 101111 0 10111 101110 10010111 11111 101001

Color Harmonies of #48896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48896A

Black with #48896A

Text Example


Text Example

White with #48896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48896A; }

 p { color: rgb(72,137,106); }

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

background-color css

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

 a { background-color: rgb(72,137,106); }

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

border-color css

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

 span { border-color: rgb(72,137,106); }

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