Html Css Color HEX #449772 Ocean Green

📋 copy color: '#449772'

red 68 ◦ green 151 ◦ blue 114

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

Shades of Ocean Green #449772

Tints of Ocean Green #449772

RGB

 RED value IS 68 (26.95% from 255) = 20.42%

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

 BLUE value IS 114 (44.92% from 255) = 34.23%

R = 20.42%
G = 45.35%
B = 34.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#449772 (or 0x449772) is known color: Ocean Green. HEX triplet: 44, 97 and 72. RGB value is (68,151,114). Sum of RGB (Red+Green+Blue) = 68+151+114=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #449772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449772 is #BB688D. Grayscale: #7A7A7A. Windows color (decimal): -12281998 or 7509828. OLE color: 7509828.

HSL color Cylindrical-coordinate representation of color #449772: hue angle of 153.25º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449772 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 151 114 -
CMYK 0.55 0 0.25 0.41
HSL 153.25º 0.38% 0.43% -
HSV(B) 153.25º 0.55% 0.59% -
XYZ 16.49 24.58 19.79 -
YUV 121.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 68 151 114 0.55 0 0.25 0.41 153.25 0.38 0.43
Hex 44 97 72 37 0 19 29 99 26 2B
Octal 104 227 162 67 0 31 51 231 46 53
Binary 1000100 10010111 1110010 110111 0 11001 101001 10011001 100110 101011

Color Harmonies of #449772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449772

Black with #449772

Text Example


Text Example

White with #449772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449772; }

 p { color: rgb(68,151,114); }

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

background-color css

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

 a { background-color: rgb(68,151,114); }

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

border-color css

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

 span { border-color: rgb(68,151,114); }

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