Html Css Color HEX #48856B Viridian

📋 copy color: '#48856B'

red 72 ◦ green 133 ◦ blue 107

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

Shades of Viridian #48856B

Tints of Viridian #48856B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 23.08%
G = 42.63%
B = 34.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#48856B (or 0x48856B) is known color: Viridian. HEX triplet: 48, 85 and 6B. RGB value is (72,133,107). Sum of RGB (Red+Green+Blue) = 72+133+107=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #48856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48856B is #B77A94. Grayscale: #6F6F6F. Windows color (decimal): -12024469 or 7046472. OLE color: 7046472.

HSL color Cylindrical-coordinate representation of color #48856B: hue angle of 154.43º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48856B is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 107 -
CMYK 0.46 0 0.20 0.48
HSL 154.43º 0.3% 0.4% -
HSV(B) 154.43º 0.46% 0.52% -
XYZ 13.71 19.21 16.9 -
YUV 111.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 72 133 107 0.46 0 0.20 0.48 154.43 0.3 0.4
Hex 48 85 6B 2E 0 14 30 9A 1E 28
Octal 110 205 153 56 0 24 60 232 36 50
Binary 1001000 10000101 1101011 101110 0 10100 110000 10011010 11110 101000

Color Harmonies of #48856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48856B

Black with #48856B

Text Example


Text Example

White with #48856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48856B; }

 p { color: rgb(72,133,107); }

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

background-color css

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

 a { background-color: rgb(72,133,107); }

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

border-color css

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

 span { border-color: rgb(72,133,107); }

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