Html Css Color HEX #449C78 Ocean Green

📋 copy color: '#449C78'

red 68 ◦ green 156 ◦ blue 120

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

Shades of Ocean Green #449C78

Tints of Ocean Green #449C78

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.35%

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 19.77%
G = 45.35%
B = 34.88%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#449C78 (or 0x449C78) is known color: Ocean Green. HEX triplet: 44, 9C and 78. RGB value is (68,156,120). Sum of RGB (Red+Green+Blue) = 68+156+120=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #449C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C78 is #BB6387. Grayscale: #7D7D7D. Windows color (decimal): -12280712 or 7904324. OLE color: 7904324.

HSL color Cylindrical-coordinate representation of color #449C78: hue angle of 155.45º 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 #449C78 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 156 120 -
CMYK 0.56 0 0.23 0.39
HSL 155.45º 0.39% 0.44% -
HSV(B) 155.45º 0.56% 0.61% -
XYZ 17.66 26.36 21.93 -
YUV 125.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 68 156 120 0.56 0 0.23 0.39 155.45 0.39 0.44
Hex 44 9C 78 38 0 17 27 9B 27 2C
Octal 104 234 170 70 0 27 47 233 47 54
Binary 1000100 10011100 1111000 111000 0 10111 100111 10011011 100111 101100

Color Harmonies of #449C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C78

Black with #449C78

Text Example


Text Example

White with #449C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,156,120); }

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

background-color css

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

 a { background-color: rgb(68,156,120); }

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

border-color css

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

 span { border-color: rgb(68,156,120); }

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