Html Css Color HEX #44976F Ocean Green

📋 copy color: '#44976F'

red 68 ◦ green 151 ◦ blue 111

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

Shades of Ocean Green #44976F

Tints of Ocean Green #44976F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.64%

R = 20.61%
G = 45.76%
B = 33.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#44976F (or 0x44976F) is known color: Ocean Green. HEX triplet: 44, 97 and 6F. RGB value is (68,151,111). Sum of RGB (Red+Green+Blue) = 68+151+111=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #44976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44976F is #BB6890. Grayscale: #797979. Windows color (decimal): -12282001 or 7313220. OLE color: 7313220.

HSL color Cylindrical-coordinate representation of color #44976F: hue angle of 151.08º 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 #44976F is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 151 111 -
CMYK 0.55 0 0.26 0.41
HSL 151.08º 0.38% 0.43% -
HSV(B) 151.08º 0.55% 0.59% -
XYZ 16.32 24.51 18.91 -
YUV 121.62 122 89.75 -
System Red Green Blue C M Y K H S L
Decimal 68 151 111 0.55 0 0.26 0.41 151.08 0.38 0.43
Hex 44 97 6F 37 0 1A 29 97 26 2B
Octal 104 227 157 67 0 32 51 227 46 53
Binary 1000100 10010111 1101111 110111 0 11010 101001 10010111 100110 101011

Color Harmonies of #44976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44976F

Black with #44976F

Text Example


Text Example

White with #44976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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