Html Css Color HEX #449B75 Ocean Green

📋 copy color: '#449B75'

red 68 ◦ green 155 ◦ blue 117

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

Shades of Ocean Green #449B75

Tints of Ocean Green #449B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.41%

R = 20%
G = 45.59%
B = 34.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#449B75 (or 0x449B75) is known color: Ocean Green. HEX triplet: 44, 9B and 75. RGB value is (68,155,117). Sum of RGB (Red+Green+Blue) = 68+155+117=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #449B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B75 is #BB648A. Grayscale: #7C7C7C. Windows color (decimal): -12280971 or 7707460. OLE color: 7707460.

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

Color convert

RGB 68 155 117 -
CMYK 0.56 0 0.25 0.39
HSL 153.79º 0.39% 0.44% -
HSV(B) 153.79º 0.56% 0.61% -
XYZ 17.32 25.96 20.93 -
YUV 124.66 123.68 87.59 -
System Red Green Blue C M Y K H S L
Decimal 68 155 117 0.56 0 0.25 0.39 153.79 0.39 0.44
Hex 44 9B 75 38 0 19 27 9A 27 2C
Octal 104 233 165 70 0 31 47 232 47 54
Binary 1000100 10011011 1110101 111000 0 11001 100111 10011010 100111 101100

Color Harmonies of #449B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B75

Black with #449B75

Text Example


Text Example

White with #449B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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