Html Css Color HEX #449874 Ocean Green

📋 copy color: '#449874'

red 68 ◦ green 152 ◦ blue 116

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

Shades of Ocean Green #449874

Tints of Ocean Green #449874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 20.24%
G = 45.24%
B = 34.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#449874 (or 0x449874) is known color: Ocean Green. HEX triplet: 44, 98 and 74. RGB value is (68,152,116). Sum of RGB (Red+Green+Blue) = 68+152+116=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #449874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449874 is #BB678B. Grayscale: #7A7A7A. Windows color (decimal): -12281740 or 7641156. OLE color: 7641156.

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

Color convert

RGB 68 152 116 -
CMYK 0.55 0 0.24 0.40
HSL 154.29º 0.38% 0.43% -
HSV(B) 154.29º 0.55% 0.6% -
XYZ 16.76 24.95 20.45 -
YUV 122.78 124.17 88.93 -
System Red Green Blue C M Y K H S L
Decimal 68 152 116 0.55 0 0.24 0.40 154.29 0.38 0.43
Hex 44 98 74 37 0 18 28 9A 26 2B
Octal 104 230 164 67 0 30 50 232 46 53
Binary 1000100 10011000 1110100 110111 0 11000 101000 10011010 100110 101011

Color Harmonies of #449874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449874

Black with #449874

Text Example


Text Example

White with #449874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449874; }

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

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

background-color css

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

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

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

border-color css

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

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

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