Html Css Color HEX #44986D Ocean Green

📋 copy color: '#44986D'

red 68 ◦ green 152 ◦ blue 109

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

Shades of Ocean Green #44986D

Tints of Ocean Green #44986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.2%

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

R = 20.67%
G = 46.2%
B = 33.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#44986D (or 0x44986D) is known color: Ocean Green. HEX triplet: 44, 98 and 6D. RGB value is (68,152,109). Sum of RGB (Red+Green+Blue) = 68+152+109=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #44986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44986D is #BB6792. Grayscale: #7A7A7A. Windows color (decimal): -12281747 or 7182404. OLE color: 7182404.

HSL color Cylindrical-coordinate representation of color #44986D: hue angle of 149.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44986D is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 152 109 -
CMYK 0.55 0 0.28 0.40
HSL 149.29º 0.38% 0.43% -
HSV(B) 149.29º 0.55% 0.6% -
XYZ 16.37 24.79 18.39 -
YUV 121.98 120.67 89.5 -
System Red Green Blue C M Y K H S L
Decimal 68 152 109 0.55 0 0.28 0.40 149.29 0.38 0.43
Hex 44 98 6D 37 0 1C 28 95 26 2B
Octal 104 230 155 67 0 34 50 225 46 53
Binary 1000100 10011000 1101101 110111 0 11100 101000 10010101 100110 101011

Color Harmonies of #44986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44986D

Black with #44986D

Text Example


Text Example

White with #44986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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