Html Css Color HEX #489768 Ocean Green

📋 copy color: '#489768'

red 72 ◦ green 151 ◦ blue 104

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

Shades of Ocean Green #489768

Tints of Ocean Green #489768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.18%

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

R = 22.02%
G = 46.18%
B = 31.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#489768 (or 0x489768) is known color: Ocean Green. HEX triplet: 48, 97 and 68. RGB value is (72,151,104). Sum of RGB (Red+Green+Blue) = 72+151+104=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #489768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489768 is #B76897. Grayscale: #7A7A7A. Windows color (decimal): -12019864 or 6854472. OLE color: 6854472.

HSL color Cylindrical-coordinate representation of color #489768: hue angle of 144.3º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489768 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 151 104 -
CMYK 0.52 0 0.31 0.41
HSL 144.3º 0.35% 0.44% -
HSV(B) 144.3º 0.52% 0.59% -
XYZ 16.24 24.51 16.97 -
YUV 122.02 117.83 92.32 -
System Red Green Blue C M Y K H S L
Decimal 72 151 104 0.52 0 0.31 0.41 144.3 0.35 0.44
Hex 48 97 68 34 0 1F 29 90 23 2C
Octal 110 227 150 64 0 37 51 220 43 54
Binary 1001000 10010111 1101000 110100 0 11111 101001 10010000 100011 101100

Color Harmonies of #489768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489768

Black with #489768

Text Example


Text Example

White with #489768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489768; }

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

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

background-color css

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

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

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

border-color css

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

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

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