Html Css Color HEX #48936F Viridian

📋 copy color: '#48936F'

red 72 ◦ green 147 ◦ blue 111

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

Shades of Viridian #48936F

Tints of Viridian #48936F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.55%

 BLUE value IS 111 (43.75% from 255) = 33.64%

R = 21.82%
G = 44.55%
B = 33.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#48936F (or 0x48936F) is known color: Viridian. HEX triplet: 48, 93 and 6F. RGB value is (72,147,111). Sum of RGB (Red+Green+Blue) = 72+147+111=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #48936F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48936F is #B76C90. Grayscale: #787878. Windows color (decimal): -12020881 or 7312200. OLE color: 7312200.

HSL color Cylindrical-coordinate representation of color #48936F: hue angle of 151.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48936F is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 147 111 -
CMYK 0.51 0 0.24 0.42
HSL 151.2º 0.34% 0.43% -
HSV(B) 151.2º 0.51% 0.58% -
XYZ 15.98 23.39 18.71 -
YUV 120.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 72 147 111 0.51 0 0.24 0.42 151.2 0.34 0.43
Hex 48 93 6F 33 0 18 2A 97 22 2B
Octal 110 223 157 63 0 30 52 227 42 53
Binary 1001000 10010011 1101111 110011 0 11000 101010 10010111 100010 101011

Color Harmonies of #48936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48936F

Black with #48936F

Text Example


Text Example

White with #48936F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48936F; }

 p { color: rgb(72,147,111); }

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

background-color css

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

 a { background-color: rgb(72,147,111); }

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

border-color css

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

 span { border-color: rgb(72,147,111); }

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