Html Css Color HEX #48A16C Ocean Green

📋 copy color: '#48A16C'

red 72 ◦ green 161 ◦ blue 108

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

Shades of Ocean Green #48A16C

Tints of Ocean Green #48A16C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.21%

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 21.11%
G = 47.21%
B = 31.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#48A16C (or 0x48A16C) is known color: Ocean Green. HEX triplet: 48, A1 and 6C. RGB value is (72,161,108). Sum of RGB (Red+Green+Blue) = 72+161+108=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #48A16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A16C is #B75E93. Grayscale: #808080. Windows color (decimal): -12017300 or 7119176. OLE color: 7119176.

HSL color Cylindrical-coordinate representation of color #48A16C: hue angle of 144.27º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A16C is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 161 108 -
CMYK 0.55 0 0.33 0.37
HSL 144.27º 0.38% 0.46% -
HSV(B) 144.27º 0.55% 0.63% -
XYZ 18.12 27.95 18.63 -
YUV 128.35 116.51 87.81 -
System Red Green Blue C M Y K H S L
Decimal 72 161 108 0.55 0 0.33 0.37 144.27 0.38 0.46
Hex 48 A1 6C 37 0 21 25 90 26 2E
Octal 110 241 154 67 0 41 45 220 46 56
Binary 1001000 10100001 1101100 110111 0 100001 100101 10010000 100110 101110

Color Harmonies of #48A16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A16C

Black with #48A16C

Text Example


Text Example

White with #48A16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A16C; }

 p { color: rgb(72,161,108); }

 H1.HeaderClassName
 {
   color: #48A16C;
 }
 .AnyTagClassName
 {
   color: #48A16C;
 }
</style>

background-color css

<style>
 a { background-color: #48A16C; }

 a { background-color: rgb(72,161,108); }

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

border-color css

<style>
 span { border-color: #48A16C; }

 span { border-color: rgb(72,161,108); }

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