Html Css Color HEX #449B69 Ocean Green

📋 copy color: '#449B69'

red 68 ◦ green 155 ◦ blue 105

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

Shades of Ocean Green #449B69

Tints of Ocean Green #449B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 20.73%
G = 47.26%
B = 32.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#449B69 (or 0x449B69) is known color: Ocean Green. HEX triplet: 44, 9B and 69. RGB value is (68,155,105). Sum of RGB (Red+Green+Blue) = 68+155+105=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #449B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B69 is #BB6496. Grayscale: #7B7B7B. Windows color (decimal): -12280983 or 6921028. OLE color: 6921028.

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

Color convert

RGB 68 155 105 -
CMYK 0.56 0 0.32 0.39
HSL 145.52º 0.39% 0.44% -
HSV(B) 145.52º 0.56% 0.61% -
XYZ 16.66 25.69 17.45 -
YUV 123.29 117.68 88.57 -
System Red Green Blue C M Y K H S L
Decimal 68 155 105 0.56 0 0.32 0.39 145.52 0.39 0.44
Hex 44 9B 69 38 0 20 27 92 27 2C
Octal 104 233 151 70 0 40 47 222 47 54
Binary 1000100 10011011 1101001 111000 0 100000 100111 10010010 100111 101100

Color Harmonies of #449B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B69

Black with #449B69

Text Example


Text Example

White with #449B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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