Html Css Color HEX #449B68 Ocean Green

📋 copy color: '#449B68'

red 68 ◦ green 155 ◦ blue 104

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

Shades of Ocean Green #449B68

Tints of Ocean Green #449B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.4%

 BLUE value IS 104 (41.02% from 255) = 31.8%

R = 20.8%
G = 47.4%
B = 31.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#449B68 (or 0x449B68) is known color: Ocean Green. HEX triplet: 44, 9B and 68. RGB value is (68,155,104). Sum of RGB (Red+Green+Blue) = 68+155+104=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #449B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B68 is #BB6497. Grayscale: #7B7B7B. Windows color (decimal): -12280984 or 6855492. OLE color: 6855492.

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

Color convert

RGB 68 155 104 -
CMYK 0.56 0 0.33 0.39
HSL 144.83º 0.39% 0.44% -
HSV(B) 144.83º 0.56% 0.61% -
XYZ 16.6 25.67 17.18 -
YUV 123.17 117.18 88.65 -
System Red Green Blue C M Y K H S L
Decimal 68 155 104 0.56 0 0.33 0.39 144.83 0.39 0.44
Hex 44 9B 68 38 0 21 27 91 27 2C
Octal 104 233 150 70 0 41 47 221 47 54
Binary 1000100 10011011 1101000 111000 0 100001 100111 10010001 100111 101100

Color Harmonies of #449B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B68

Black with #449B68

Text Example


Text Example

White with #449B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,155,104); }

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

background-color css

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

 a { background-color: rgb(68,155,104); }

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

border-color css

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

 span { border-color: rgb(68,155,104); }

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