Html Css Color HEX #459973 Ocean Green

📋 copy color: '#459973'

red 69 ◦ green 153 ◦ blue 115

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

Shades of Ocean Green #459973

Tints of Ocean Green #459973

RGB

 RED value IS 69 (27.34% from 255) = 20.47%

 GREEN value IS 153 (60.16% from 255) = 45.4%

 BLUE value IS 115 (45.31% from 255) = 34.12%

R = 20.47%
G = 45.4%
B = 34.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#459973 (or 0x459973) is known color: Ocean Green. HEX triplet: 45, 99 and 73. RGB value is (69,153,115). Sum of RGB (Red+Green+Blue) = 69+153+115=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #459973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459973 is #BA668C. Grayscale: #7B7B7B. Windows color (decimal): -12215949 or 7575877. OLE color: 7575877.

HSL color Cylindrical-coordinate representation of color #459973: hue angle of 152.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459973 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 153 115 -
CMYK 0.55 0 0.25 0.4
HSL 152.86º 0.38% 0.44% -
HSV(B) 152.86º 0.55% 0.6% -
XYZ 16.94 25.29 20.21 -
YUV 123.55 123.17 89.09 -
System Red Green Blue C M Y K H S L
Decimal 69 153 115 0.55 0 0.25 0.4 152.86 0.38 0.44
Hex 45 99 73 37 0 19 28 99 26 2C
Octal 105 231 163 67 0 31 50 231 46 54
Binary 1000101 10011001 1110011 110111 0 11001 101000 10011001 100110 101100

Color Harmonies of #459973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459973

Black with #459973

Text Example


Text Example

White with #459973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459973; }

 p { color: rgb(69,153,115); }

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

background-color css

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

 a { background-color: rgb(69,153,115); }

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

border-color css

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

 span { border-color: rgb(69,153,115); }

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