Html Css Color HEX #48675A Viridian Green

📋 copy color: '#48675A'

red 72 ◦ green 103 ◦ blue 90

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

Shades of Viridian Green #48675A

Tints of Viridian Green #48675A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.87%

 BLUE value IS 90 (35.55% from 255) = 33.96%

R = 27.17%
G = 38.87%
B = 33.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#48675A (or 0x48675A) is known color: Viridian Green. HEX triplet: 48, 67 and 5A. RGB value is (72,103,90). Sum of RGB (Red+Green+Blue) = 72+103+90=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 103 - color contains mainly: green. Hex color #48675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48675A is #B798A5. Grayscale: #5C5C5C. Windows color (decimal): -12032166 or 5924680. OLE color: 5924680.

HSL color Cylindrical-coordinate representation of color #48675A: hue angle of 154.84º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #48675A is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 103 90 -
CMYK 0.30 0 0.13 0.60
HSL 154.84º 0.18% 0.34% -
HSV(B) 154.84º 0.3% 0.4% -
XYZ 9.37 11.82 11.46 -
YUV 92.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 72 103 90 0.30 0 0.13 0.60 154.84 0.18 0.34
Hex 48 67 5A 1E 0 D 3C 9B 12 22
Octal 110 147 132 36 0 15 74 233 22 42
Binary 1001000 1100111 1011010 11110 0 1101 111100 10011011 10010 100010

Color Harmonies of #48675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48675A

Black with #48675A

Text Example


Text Example

White with #48675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,103,90); }

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

background-color css

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

 a { background-color: rgb(72,103,90); }

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

border-color css

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

 span { border-color: rgb(72,103,90); }

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