Html Css Color HEX #48866A Viridian

📋 copy color: '#48866A'

red 72 ◦ green 134 ◦ blue 106

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

Shades of Viridian #48866A

Tints of Viridian #48866A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.95%

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

R = 23.08%
G = 42.95%
B = 33.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#48866A (or 0x48866A) is known color: Viridian. HEX triplet: 48, 86 and 6A. RGB value is (72,134,106). Sum of RGB (Red+Green+Blue) = 72+134+106=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #48866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48866A is #B77995. Grayscale: #707070. Windows color (decimal): -12024214 or 6981192. OLE color: 6981192.

HSL color Cylindrical-coordinate representation of color #48866A: hue angle of 152.9º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48866A is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 106 -
CMYK 0.46 0 0.21 0.47
HSL 152.9º 0.3% 0.4% -
HSV(B) 152.9º 0.46% 0.53% -
XYZ 13.8 19.47 16.67 -
YUV 112.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 72 134 106 0.46 0 0.21 0.47 152.9 0.3 0.4
Hex 48 86 6A 2E 0 15 2F 99 1E 28
Octal 110 206 152 56 0 25 57 231 36 50
Binary 1001000 10000110 1101010 101110 0 10101 101111 10011001 11110 101000

Color Harmonies of #48866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48866A

Black with #48866A

Text Example


Text Example

White with #48866A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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