Html Css Color HEX #459972 Ocean Green

📋 copy color: '#459972'

red 69 ◦ green 153 ◦ blue 114

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

Shades of Ocean Green #459972

Tints of Ocean Green #459972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 20.54%
G = 45.54%
B = 33.93%

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

#459972 (or 0x459972) is known color: Ocean Green. HEX triplet: 45, 99 and 72. RGB value is (69,153,114). Sum of RGB (Red+Green+Blue) = 69+153+114=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #459972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459972 is #BA668D. Grayscale: #7B7B7B. Windows color (decimal): -12215950 or 7510341. OLE color: 7510341.

HSL color Cylindrical-coordinate representation of color #459972: hue angle of 152.14º 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 #459972 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 153 114 -
CMYK 0.55 0 0.25 0.4
HSL 152.14º 0.38% 0.44% -
HSV(B) 152.14º 0.55% 0.6% -
XYZ 16.88 25.26 19.91 -
YUV 123.44 122.67 89.17 -
System Red Green Blue C M Y K H S L
Decimal 69 153 114 0.55 0 0.25 0.4 152.14 0.38 0.44
Hex 45 99 72 37 0 19 28 98 26 2C
Octal 105 231 162 67 0 31 50 230 46 54
Binary 1000101 10011001 1110010 110111 0 11001 101000 10011000 100110 101100

Color Harmonies of #459972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459972

Black with #459972

Text Example


Text Example

White with #459972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459972; }

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

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

background-color css

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

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

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

border-color css

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

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

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