Html Css Color HEX #449871 Ocean Green

📋 copy color: '#449871'

red 68 ◦ green 152 ◦ blue 113

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

Shades of Ocean Green #449871

Tints of Ocean Green #449871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.93%

R = 20.42%
G = 45.65%
B = 33.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#449871 (or 0x449871) is known color: Ocean Green. HEX triplet: 44, 98 and 71. RGB value is (68,152,113). Sum of RGB (Red+Green+Blue) = 68+152+113=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #449871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449871 is #BB678E. Grayscale: #7A7A7A. Windows color (decimal): -12281743 or 7444548. OLE color: 7444548.

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

Color convert

RGB 68 152 113 -
CMYK 0.55 0 0.26 0.40
HSL 152.14º 0.38% 0.43% -
HSV(B) 152.14º 0.55% 0.6% -
XYZ 16.59 24.88 19.55 -
YUV 122.44 122.67 89.17 -
System Red Green Blue C M Y K H S L
Decimal 68 152 113 0.55 0 0.26 0.40 152.14 0.38 0.43
Hex 44 98 71 37 0 1A 28 98 26 2B
Octal 104 230 161 67 0 32 50 230 46 53
Binary 1000100 10011000 1110001 110111 0 11010 101000 10011000 100110 101011

Color Harmonies of #449871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449871

Black with #449871

Text Example


Text Example

White with #449871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449871; }

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

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

background-color css

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

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

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

border-color css

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

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

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