Html Css Color HEX #48926B Ocean Green

📋 copy color: '#48926B'

red 72 ◦ green 146 ◦ blue 107

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

Shades of Ocean Green #48926B

Tints of Ocean Green #48926B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.92%

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 22.15%
G = 44.92%
B = 32.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#48926B (or 0x48926B) is known color: Ocean Green. HEX triplet: 48, 92 and 6B. RGB value is (72,146,107). Sum of RGB (Red+Green+Blue) = 72+146+107=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #48926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48926B is #B76D94. Grayscale: #777777. Windows color (decimal): -12021141 or 7049800. OLE color: 7049800.

HSL color Cylindrical-coordinate representation of color #48926B: hue angle of 148.38º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48926B is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 146 107 -
CMYK 0.51 0 0.27 0.43
HSL 148.38º 0.34% 0.43% -
HSV(B) 148.38º 0.51% 0.57% -
XYZ 15.61 23 17.53 -
YUV 119.43 120.98 94.17 -
System Red Green Blue C M Y K H S L
Decimal 72 146 107 0.51 0 0.27 0.43 148.38 0.34 0.43
Hex 48 92 6B 33 0 1B 2B 94 22 2B
Octal 110 222 153 63 0 33 53 224 42 53
Binary 1001000 10010010 1101011 110011 0 11011 101011 10010100 100010 101011

Color Harmonies of #48926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48926B

Black with #48926B

Text Example


Text Example

White with #48926B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48926B; }

 p { color: rgb(72,146,107); }

 H1.HeaderClassName
 {
   color: #48926B;
 }
 .AnyTagClassName
 {
   color: #48926B;
 }
</style>

background-color css

<style>
 a { background-color: #48926B; }

 a { background-color: rgb(72,146,107); }

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

border-color css

<style>
 span { border-color: #48926B; }

 span { border-color: rgb(72,146,107); }

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