Html Css Color HEX #459671 Ocean Green

📋 copy color: '#459671'

red 69 ◦ green 150 ◦ blue 113

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

Shades of Ocean Green #459671

Tints of Ocean Green #459671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.18%

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

R = 20.78%
G = 45.18%
B = 34.04%

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

#459671 (or 0x459671) is known color: Ocean Green. HEX triplet: 45, 96 and 71. RGB value is (69,150,113). Sum of RGB (Red+Green+Blue) = 69+150+113=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #459671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459671 is #BA698E. Grayscale: #797979. Windows color (decimal): -12216719 or 7444037. OLE color: 7444037.

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

Color convert

RGB 69 150 113 -
CMYK 0.54 0 0.25 0.41
HSL 152.59º 0.37% 0.43% -
HSV(B) 152.59º 0.54% 0.59% -
XYZ 16.34 24.27 19.45 -
YUV 121.56 123.16 90.51 -
System Red Green Blue C M Y K H S L
Decimal 69 150 113 0.54 0 0.25 0.41 152.59 0.37 0.43
Hex 45 96 71 36 0 19 29 99 25 2B
Octal 105 226 161 66 0 31 51 231 45 53
Binary 1000101 10010110 1110001 110110 0 11001 101001 10011001 100101 101011

Color Harmonies of #459671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459671

Black with #459671

Text Example


Text Example

White with #459671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459671; }

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

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

background-color css

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

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

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

border-color css

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

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

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