Html Css Color HEX #459D71 Ocean Green

📋 copy color: '#459D71'

red 69 ◦ green 157 ◦ blue 113

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

Shades of Ocean Green #459D71

Tints of Ocean Green #459D71

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.31%

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

R = 20.35%
G = 46.31%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#459D71 (or 0x459D71) is known color: Ocean Green. HEX triplet: 45, 9D and 71. RGB value is (69,157,113). Sum of RGB (Red+Green+Blue) = 69+157+113=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #459D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D71 is #BA628E. Grayscale: #7D7D7D. Windows color (decimal): -12214927 or 7445829. OLE color: 7445829.

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

Color convert

RGB 69 157 113 -
CMYK 0.56 0 0.28 0.38
HSL 150º 0.39% 0.44% -
HSV(B) 150º 0.56% 0.62% -
XYZ 17.49 26.57 19.83 -
YUV 125.67 120.85 87.58 -
System Red Green Blue C M Y K H S L
Decimal 69 157 113 0.56 0 0.28 0.38 150 0.39 0.44
Hex 45 9D 71 38 0 1C 26 96 27 2C
Octal 105 235 161 70 0 34 46 226 47 54
Binary 1000101 10011101 1110001 111000 0 11100 100110 10010110 100111 101100

Color Harmonies of #459D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459D71

Black with #459D71

Text Example


Text Example

White with #459D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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