Html Css Color HEX #459771 Ocean Green

📋 copy color: '#459771'

red 69 ◦ green 151 ◦ blue 113

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

Shades of Ocean Green #459771

Tints of Ocean Green #459771

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.35%

 BLUE value IS 113 (44.53% from 255) = 33.93%

R = 20.72%
G = 45.35%
B = 33.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#459771 (or 0x459771) is known color: Ocean Green. HEX triplet: 45, 97 and 71. RGB value is (69,151,113). Sum of RGB (Red+Green+Blue) = 69+151+113=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #459771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459771 is #BA688E. Grayscale: #7A7A7A. Windows color (decimal): -12216463 or 7444293. OLE color: 7444293.

HSL color Cylindrical-coordinate representation of color #459771: hue angle of 152.2º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #459771 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 151 113 -
CMYK 0.54 0 0.25 0.41
HSL 152.2º 0.37% 0.43% -
HSV(B) 152.2º 0.54% 0.59% -
XYZ 16.5 24.59 19.5 -
YUV 122.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 69 151 113 0.54 0 0.25 0.41 152.2 0.37 0.43
Hex 45 97 71 36 0 19 29 98 25 2B
Octal 105 227 161 66 0 31 51 230 45 53
Binary 1000101 10010111 1110001 110110 0 11001 101001 10011000 100101 101011

Color Harmonies of #459771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459771

Black with #459771

Text Example


Text Example

White with #459771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459771; }

 p { color: rgb(69,151,113); }

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

background-color css

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

 a { background-color: rgb(69,151,113); }

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

border-color css

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

 span { border-color: rgb(69,151,113); }

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