Html Css Color HEX #44976E Ocean Green

📋 copy color: '#44976E'

red 68 ◦ green 151 ◦ blue 110

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

Shades of Ocean Green #44976E

Tints of Ocean Green #44976E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 20.67%
G = 45.9%
B = 33.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#44976E (or 0x44976E) is known color: Ocean Green. HEX triplet: 44, 97 and 6E. RGB value is (68,151,110). Sum of RGB (Red+Green+Blue) = 68+151+110=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #44976E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44976E is #BB6891. Grayscale: #797979. Windows color (decimal): -12282002 or 7247684. OLE color: 7247684.

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

Color convert

RGB 68 151 110 -
CMYK 0.55 0 0.27 0.41
HSL 150.36º 0.38% 0.43% -
HSV(B) 150.36º 0.55% 0.59% -
XYZ 16.26 24.49 18.62 -
YUV 121.51 121.5 89.83 -
System Red Green Blue C M Y K H S L
Decimal 68 151 110 0.55 0 0.27 0.41 150.36 0.38 0.43
Hex 44 97 6E 37 0 1B 29 96 26 2B
Octal 104 227 156 67 0 33 51 226 46 53
Binary 1000100 10010111 1101110 110111 0 11011 101001 10010110 100110 101011

Color Harmonies of #44976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44976E

Black with #44976E

Text Example


Text Example

White with #44976E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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