Html Css Color HEX #48926E Viridian

📋 copy color: '#48926E'

red 72 ◦ green 146 ◦ blue 110

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

Shades of Viridian #48926E

Tints of Viridian #48926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.51%

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

R = 21.95%
G = 44.51%
B = 33.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#48926E (or 0x48926E) is known color: Viridian. HEX triplet: 48, 92 and 6E. RGB value is (72,146,110). Sum of RGB (Red+Green+Blue) = 72+146+110=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #48926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48926E is #B76D91. Grayscale: #777777. Windows color (decimal): -12021138 or 7246408. OLE color: 7246408.

HSL color Cylindrical-coordinate representation of color #48926E: hue angle of 150.81º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48926E is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 146 110 -
CMYK 0.51 0 0.25 0.43
HSL 150.81º 0.34% 0.43% -
HSV(B) 150.81º 0.51% 0.57% -
XYZ 15.77 23.06 18.37 -
YUV 119.77 122.48 93.93 -
System Red Green Blue C M Y K H S L
Decimal 72 146 110 0.51 0 0.25 0.43 150.81 0.34 0.43
Hex 48 92 6E 33 0 19 2B 97 22 2B
Octal 110 222 156 63 0 31 53 227 42 53
Binary 1001000 10010010 1101110 110011 0 11001 101011 10010111 100010 101011

Color Harmonies of #48926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48926E

Black with #48926E

Text Example


Text Example

White with #48926E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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