Html Css Color HEX #48826E Viridian

📋 copy color: '#48826E'

red 72 ◦ green 130 ◦ blue 110

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

Shades of Viridian #48826E

Tints of Viridian #48826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 23.08%
G = 41.67%
B = 35.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#48826E (or 0x48826E) is known color: Viridian. HEX triplet: 48, 82 and 6E. RGB value is (72,130,110). Sum of RGB (Red+Green+Blue) = 72+130+110=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #48826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48826E is #B77D91. Grayscale: #6E6E6E. Windows color (decimal): -12025234 or 7242312. OLE color: 7242312.

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

Color convert

RGB 72 130 110 -
CMYK 0.45 0 0.15 0.49
HSL 159.31º 0.29% 0.4% -
HSV(B) 159.31º 0.45% 0.51% -
XYZ 13.47 18.47 17.61 -
YUV 110.38 127.78 100.63 -
System Red Green Blue C M Y K H S L
Decimal 72 130 110 0.45 0 0.15 0.49 159.31 0.29 0.4
Hex 48 82 6E 2D 0 F 31 9F 1D 28
Octal 110 202 156 55 0 17 61 237 35 50
Binary 1001000 10000010 1101110 101101 0 1111 110001 10011111 11101 101000

Color Harmonies of #48826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48826E

Black with #48826E

Text Example


Text Example

White with #48826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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