Html Css Color HEX #48B36C Ocean Green

📋 copy color: '#48B36C'

red 72 ◦ green 179 ◦ blue 108

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

Shades of Ocean Green #48B36C

Tints of Ocean Green #48B36C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.86%

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

R = 20.06%
G = 49.86%
B = 30.08%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#48B36C (or 0x48B36C) is known color: Ocean Green. HEX triplet: 48, B3 and 6C. RGB value is (72,179,108). Sum of RGB (Red+Green+Blue) = 72+179+108=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #48B36C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B36C is #B74C93. Grayscale: #8B8B8B. Windows color (decimal): -12012692 or 7123784. OLE color: 7123784.

HSL color Cylindrical-coordinate representation of color #48B36C: hue angle of 140.19º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B36C is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 179 108 -
CMYK 0.60 0 0.40 0.30
HSL 140.19º 0.43% 0.49% -
HSV(B) 140.19º 0.6% 0.7% -
XYZ 21.5 34.7 19.75 -
YUV 138.91 110.55 80.27 -
System Red Green Blue C M Y K H S L
Decimal 72 179 108 0.60 0 0.40 0.30 140.19 0.43 0.49
Hex 48 B3 6C 3C 0 28 1E 8C 2B 31
Octal 110 263 154 74 0 50 36 214 53 61
Binary 1001000 10110011 1101100 111100 0 101000 11110 10001100 101011 110001

Color Harmonies of #48B36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B36C

Black with #48B36C

Text Example


Text Example

White with #48B36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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