Html Css Color HEX #489968 Ocean Green

📋 copy color: '#489968'

red 72 ◦ green 153 ◦ blue 104

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

Shades of Ocean Green #489968

Tints of Ocean Green #489968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.5%

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 21.88%
G = 46.5%
B = 31.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#489968 (or 0x489968) is known color: Ocean Green. HEX triplet: 48, 99 and 68. RGB value is (72,153,104). Sum of RGB (Red+Green+Blue) = 72+153+104=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #489968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489968 is #B76697. Grayscale: #7B7B7B. Windows color (decimal): -12019352 or 6854984. OLE color: 6854984.

HSL color Cylindrical-coordinate representation of color #489968: hue angle of 143.7º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489968 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 104 -
CMYK 0.53 0 0.32 0.4
HSL 143.7º 0.36% 0.44% -
HSV(B) 143.7º 0.53% 0.6% -
XYZ 16.56 25.16 17.08 -
YUV 123.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 72 153 104 0.53 0 0.32 0.4 143.7 0.36 0.44
Hex 48 99 68 35 0 20 28 90 24 2C
Octal 110 231 150 65 0 40 50 220 44 54
Binary 1001000 10011001 1101000 110101 0 100000 101000 10010000 100100 101100

Color Harmonies of #489968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489968

Black with #489968

Text Example


Text Example

White with #489968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489968; }

 p { color: rgb(72,153,104); }

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

background-color css

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

 a { background-color: rgb(72,153,104); }

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

border-color css

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

 span { border-color: rgb(72,153,104); }

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