Html Css Color HEX #449876 Ocean Green

📋 copy color: '#449876'

red 68 ◦ green 152 ◦ blue 118

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

Shades of Ocean Green #449876

Tints of Ocean Green #449876

RGB

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

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

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

R = 20.12%
G = 44.97%
B = 34.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#449876 (or 0x449876) is known color: Ocean Green. HEX triplet: 44, 98 and 76. RGB value is (68,152,118). Sum of RGB (Red+Green+Blue) = 68+152+118=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #449876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449876 is #BB6789. Grayscale: #7B7B7B. Windows color (decimal): -12281738 or 7772228. OLE color: 7772228.

HSL color Cylindrical-coordinate representation of color #449876: hue angle of 155.71º 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 #449876 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 152 118 -
CMYK 0.55 0 0.22 0.40
HSL 155.71º 0.38% 0.43% -
HSV(B) 155.71º 0.55% 0.6% -
XYZ 16.88 24.99 21.07 -
YUV 123.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 68 152 118 0.55 0 0.22 0.40 155.71 0.38 0.43
Hex 44 98 76 37 0 16 28 9C 26 2B
Octal 104 230 166 67 0 26 50 234 46 53
Binary 1000100 10011000 1110110 110111 0 10110 101000 10011100 100110 101011

Color Harmonies of #449876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449876

Black with #449876

Text Example


Text Example

White with #449876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449876; }

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

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

background-color css

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

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

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

border-color css

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

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

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