#459B69

Color #459B69 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #459B69

Tints of Ocean Green #459B69

Color information

#459B69 (or 0x459B69) is unknown color: approx Ocean Green. HEX triplet: 45, 9B and 69. RGB value is (69,155,105). Sum of RGB (Red+Green+Blue) = 69+155+105=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #459B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B69 is #BA6496. Grayscale: #7B7B7B. Windows color (decimal): -12215447 or 6921029. OLE color: 6921029.

HSL color Cylindrical-coordinate representation of color #459B69: hue angle of 145.12º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B69 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB69155105-
CMYK0.5500.320.39
HSL145.12º38.39%43.92%-
HSV(B)145.12º55.48%60.78%-
XYZ16.7325.7317.45-
YUV123.59117.5189.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 155 (60.94% from 255) = 47.11%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=20.97%
G=47.11%
B=31.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691551050.5500.320.39145.1238.3943.92
Hex459B69370202791262c
Octal10523315167040472214654
Binary1000101100110111101001110111010000010011110010001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #459B69;
 }
 .AnyTagClassName
 {
   color: #459B69;
 }
</style>
background-color css

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

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

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

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

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

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