Html Css Color HEX #449D69 Ocean Green

📋 copy color: '#449D69'

red 68 ◦ green 157 ◦ blue 105

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

Shades of Ocean Green #449D69

Tints of Ocean Green #449D69

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.58%

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

R = 20.61%
G = 47.58%
B = 31.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#449D69 (or 0x449D69) is known color: Ocean Green. HEX triplet: 44, 9D and 69. RGB value is (68,157,105). Sum of RGB (Red+Green+Blue) = 68+157+105=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #449D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449D69 is #BB6296. Grayscale: #7C7C7C. Windows color (decimal): -12280471 or 6921540. OLE color: 6921540.

HSL color Cylindrical-coordinate representation of color #449D69: hue angle of 144.94º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449D69 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 157 105 -
CMYK 0.57 0 0.33 0.38
HSL 144.94º 0.4% 0.44% -
HSV(B) 144.94º 0.57% 0.62% -
XYZ 16.99 26.36 17.56 -
YUV 124.46 117.01 87.73 -
System Red Green Blue C M Y K H S L
Decimal 68 157 105 0.57 0 0.33 0.38 144.94 0.4 0.44
Hex 44 9D 69 39 0 21 26 91 28 2C
Octal 104 235 151 71 0 41 46 221 50 54
Binary 1000100 10011101 1101001 111001 0 100001 100110 10010001 101000 101100

Color Harmonies of #449D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449D69

Black with #449D69

Text Example


Text Example

White with #449D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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