Html Css Color HEX #48826A Viridian

📋 copy color: '#48826A'

red 72 ◦ green 130 ◦ blue 106

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

Shades of Viridian #48826A

Tints of Viridian #48826A

RGB

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

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

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

R = 23.38%
G = 42.21%
B = 34.42%

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

#48826A (or 0x48826A) is known color: Viridian. HEX triplet: 48, 82 and 6A. RGB value is (72,130,106). Sum of RGB (Red+Green+Blue) = 72+130+106=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #48826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48826A is #B77D95. Grayscale: #6D6D6D. Windows color (decimal): -12025238 or 6980168. OLE color: 6980168.

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

Color convert

RGB 72 130 106 -
CMYK 0.45 0 0.18 0.49
HSL 155.17º 0.29% 0.4% -
HSV(B) 155.17º 0.45% 0.51% -
XYZ 13.26 18.38 16.49 -
YUV 109.92 125.78 100.95 -
System Red Green Blue C M Y K H S L
Decimal 72 130 106 0.45 0 0.18 0.49 155.17 0.29 0.4
Hex 48 82 6A 2D 0 12 31 9B 1D 28
Octal 110 202 152 55 0 22 61 233 35 50
Binary 1001000 10000010 1101010 101101 0 10010 110001 10011011 11101 101000

Color Harmonies of #48826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48826A

Black with #48826A

Text Example


Text Example

White with #48826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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