Html Css Color HEX #48826D Viridian

📋 copy color: '#48826D'

red 72 ◦ green 130 ◦ blue 109

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

Shades of Viridian #48826D

Tints of Viridian #48826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.8%

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 23.15%
G = 41.8%
B = 35.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#48826D (or 0x48826D) is known color: Viridian. HEX triplet: 48, 82 and 6D. RGB value is (72,130,109). Sum of RGB (Red+Green+Blue) = 72+130+109=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #48826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48826D is #B77D92. Grayscale: #6E6E6E. Windows color (decimal): -12025235 or 7176776. OLE color: 7176776.

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

Color convert

RGB 72 130 109 -
CMYK 0.45 0 0.16 0.49
HSL 158.28º 0.29% 0.4% -
HSV(B) 158.28º 0.45% 0.51% -
XYZ 13.42 18.45 17.32 -
YUV 110.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 72 130 109 0.45 0 0.16 0.49 158.28 0.29 0.4
Hex 48 82 6D 2D 0 10 31 9E 1D 28
Octal 110 202 155 55 0 20 61 236 35 50
Binary 1001000 10000010 1101101 101101 0 10000 110001 10011110 11101 101000

Color Harmonies of #48826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48826D

Black with #48826D

Text Example


Text Example

White with #48826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48826D; }

 p { color: rgb(72,130,109); }

 H1.HeaderClassName
 {
   color: #48826D;
 }
 .AnyTagClassName
 {
   color: #48826D;
 }
</style>

background-color css

<style>
 a { background-color: #48826D; }

 a { background-color: rgb(72,130,109); }

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

border-color css

<style>
 span { border-color: #48826D; }

 span { border-color: rgb(72,130,109); }

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