Html Css Color HEX #44966D Ocean Green

📋 copy color: '#44966D'

red 68 ◦ green 150 ◦ blue 109

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

Shades of Ocean Green #44966D

Tints of Ocean Green #44966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.87%

 BLUE value IS 109 (42.97% from 255) = 33.33%

R = 20.8%
G = 45.87%
B = 33.33%

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

#44966D (or 0x44966D) is known color: Ocean Green. HEX triplet: 44, 96 and 6D. RGB value is (68,150,109). Sum of RGB (Red+Green+Blue) = 68+150+109=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #44966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44966D is #BB6992. Grayscale: #787878. Windows color (decimal): -12282259 or 7181892. OLE color: 7181892.

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

Color convert

RGB 68 150 109 -
CMYK 0.55 0 0.27 0.41
HSL 150º 0.38% 0.43% -
HSV(B) 150º 0.55% 0.59% -
XYZ 16.05 24.15 18.28 -
YUV 120.81 121.33 90.33 -
System Red Green Blue C M Y K H S L
Decimal 68 150 109 0.55 0 0.27 0.41 150 0.38 0.43
Hex 44 96 6D 37 0 1B 29 96 26 2B
Octal 104 226 155 67 0 33 51 226 46 53
Binary 1000100 10010110 1101101 110111 0 11011 101001 10010110 100110 101011

Color Harmonies of #44966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44966D

Black with #44966D

Text Example


Text Example

White with #44966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44966D; }

 p { color: rgb(68,150,109); }

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

background-color css

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

 a { background-color: rgb(68,150,109); }

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

border-color css

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

 span { border-color: rgb(68,150,109); }

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