Html Css Color HEX #449A6C Ocean Green

📋 copy color: '#449A6C'

red 68 ◦ green 154 ◦ blue 108

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

Shades of Ocean Green #449A6C

Tints of Ocean Green #449A6C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.67%

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 20.61%
G = 46.67%
B = 32.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#449A6C (or 0x449A6C) is known color: Ocean Green. HEX triplet: 44, 9A and 6C. RGB value is (68,154,108). Sum of RGB (Red+Green+Blue) = 68+154+108=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #449A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A6C is #BB6593. Grayscale: #7B7B7B. Windows color (decimal): -12281236 or 7117380. OLE color: 7117380.

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

Color convert

RGB 68 154 108 -
CMYK 0.56 0 0.30 0.40
HSL 147.91º 0.39% 0.44% -
HSV(B) 147.91º 0.56% 0.6% -
XYZ 16.65 25.42 18.22 -
YUV 123.04 119.51 88.74 -
System Red Green Blue C M Y K H S L
Decimal 68 154 108 0.56 0 0.30 0.40 147.91 0.39 0.44
Hex 44 9A 6C 38 0 1E 28 94 27 2C
Octal 104 232 154 70 0 36 50 224 47 54
Binary 1000100 10011010 1101100 111000 0 11110 101000 10010100 100111 101100

Color Harmonies of #449A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A6C

Black with #449A6C

Text Example


Text Example

White with #449A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,154,108); }

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

background-color css

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

 a { background-color: rgb(68,154,108); }

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

border-color css

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

 span { border-color: rgb(68,154,108); }

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