Html Css Color HEX #48A566 Ocean Green

📋 copy color: '#48A566'

red 72 ◦ green 165 ◦ blue 102

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

Shades of Ocean Green #48A566

Tints of Ocean Green #48A566

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.67%

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 21.24%
G = 48.67%
B = 30.09%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#48A566 (or 0x48A566) is known color: Ocean Green. HEX triplet: 48, A5 and 66. RGB value is (72,165,102). Sum of RGB (Red+Green+Blue) = 72+165+102=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #48A566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A566 is #B75A99. Grayscale: #828282. Windows color (decimal): -12016282 or 6726984. OLE color: 6726984.

HSL color Cylindrical-coordinate representation of color #48A566: hue angle of 139.35º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A566 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 165 102 -
CMYK 0.56 0 0.38 0.35
HSL 139.35º 0.39% 0.46% -
HSV(B) 139.35º 0.56% 0.65% -
XYZ 18.53 29.25 17.24 -
YUV 130.01 112.19 86.62 -
System Red Green Blue C M Y K H S L
Decimal 72 165 102 0.56 0 0.38 0.35 139.35 0.39 0.46
Hex 48 A5 66 38 0 26 23 8B 27 2E
Octal 110 245 146 70 0 46 43 213 47 56
Binary 1001000 10100101 1100110 111000 0 100110 100011 10001011 100111 101110

Color Harmonies of #48A566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A566

Black with #48A566

Text Example


Text Example

White with #48A566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,165,102); }

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

background-color css

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

 a { background-color: rgb(72,165,102); }

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

border-color css

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

 span { border-color: rgb(72,165,102); }

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