Html Css Color HEX #48836B Viridian

📋 copy color: '#48836B'

red 72 ◦ green 131 ◦ blue 107

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

Shades of Viridian #48836B

Tints of Viridian #48836B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.26%

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

R = 23.23%
G = 42.26%
B = 34.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#48836B (or 0x48836B) is known color: Viridian. HEX triplet: 48, 83 and 6B. RGB value is (72,131,107). Sum of RGB (Red+Green+Blue) = 72+131+107=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #48836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48836B is #B77C94. Grayscale: #6E6E6E. Windows color (decimal): -12024981 or 7045960. OLE color: 7045960.

HSL color Cylindrical-coordinate representation of color #48836B: hue angle of 155.59º 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 #48836B is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 131 107 -
CMYK 0.45 0 0.18 0.49
HSL 155.59º 0.29% 0.4% -
HSV(B) 155.59º 0.45% 0.51% -
XYZ 13.44 18.67 16.81 -
YUV 110.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 72 131 107 0.45 0 0.18 0.49 155.59 0.29 0.4
Hex 48 83 6B 2D 0 12 31 9C 1D 28
Octal 110 203 153 55 0 22 61 234 35 50
Binary 1001000 10000011 1101011 101101 0 10010 110001 10011100 11101 101000

Color Harmonies of #48836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48836B

Black with #48836B

Text Example


Text Example

White with #48836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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