Html Css Color HEX #449B76 Ocean Green

📋 copy color: '#449B76'

red 68 ◦ green 155 ◦ blue 118

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

Shades of Ocean Green #449B76

Tints of Ocean Green #449B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.45%

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 19.94%
G = 45.45%
B = 34.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#449B76 (or 0x449B76) is known color: Ocean Green. HEX triplet: 44, 9B and 76. RGB value is (68,155,118). Sum of RGB (Red+Green+Blue) = 68+155+118=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #449B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B76 is #BB6489. Grayscale: #7C7C7C. Windows color (decimal): -12280970 or 7772996. OLE color: 7772996.

HSL color Cylindrical-coordinate representation of color #449B76: hue angle of 154.48º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B76 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 155 118 -
CMYK 0.56 0 0.24 0.39
HSL 154.48º 0.39% 0.44% -
HSV(B) 154.48º 0.56% 0.61% -
XYZ 17.38 25.98 21.24 -
YUV 124.77 124.18 87.51 -
System Red Green Blue C M Y K H S L
Decimal 68 155 118 0.56 0 0.24 0.39 154.48 0.39 0.44
Hex 44 9B 76 38 0 18 27 9A 27 2C
Octal 104 233 166 70 0 30 47 232 47 54
Binary 1000100 10011011 1110110 111000 0 11000 100111 10011010 100111 101100

Color Harmonies of #449B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B76

Black with #449B76

Text Example


Text Example

White with #449B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449B76; }

 p { color: rgb(68,155,118); }

 H1.HeaderClassName
 {
   color: #449B76;
 }
 .AnyTagClassName
 {
   color: #449B76;
 }
</style>

background-color css

<style>
 a { background-color: #449B76; }

 a { background-color: rgb(68,155,118); }

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

border-color css

<style>
 span { border-color: #449B76; }

 span { border-color: rgb(68,155,118); }

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