Html Css Color HEX #44A368 Ocean Green

📋 copy color: '#44A368'

red 68 ◦ green 163 ◦ blue 104

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

Shades of Ocean Green #44A368

Tints of Ocean Green #44A368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.66%

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 20.3%
G = 48.66%
B = 31.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#44A368 (or 0x44A368) is known color: Ocean Green. HEX triplet: 44, A3 and 68. RGB value is (68,163,104). Sum of RGB (Red+Green+Blue) = 68+163+104=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #44A368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A368 is #BB5C97. Grayscale: #808080. Windows color (decimal): -12278936 or 6857540. OLE color: 6857540.

HSL color Cylindrical-coordinate representation of color #44A368: hue angle of 142.74º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A368 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 163 104 -
CMYK 0.58 0 0.36 0.36
HSL 142.74º 0.41% 0.45% -
HSV(B) 142.74º 0.58% 0.64% -
XYZ 17.98 28.42 17.64 -
YUV 127.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 68 163 104 0.58 0 0.36 0.36 142.74 0.41 0.45
Hex 44 A3 68 3A 0 24 24 8F 29 2D
Octal 104 243 150 72 0 44 44 217 51 55
Binary 1000100 10100011 1101000 111010 0 100100 100100 10001111 101001 101101

Color Harmonies of #44A368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A368

Black with #44A368

Text Example


Text Example

White with #44A368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44A368; }

 p { color: rgb(68,163,104); }

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

background-color css

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

 a { background-color: rgb(68,163,104); }

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

border-color css

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

 span { border-color: rgb(68,163,104); }

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