Html Css Color HEX #459D6D Ocean Green

📋 copy color: '#459D6D'

red 69 ◦ green 157 ◦ blue 109

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

Shades of Ocean Green #459D6D

Tints of Ocean Green #459D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 20.6%
G = 46.87%
B = 32.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#459D6D (or 0x459D6D) is known color: Ocean Green. HEX triplet: 45, 9D and 6D. RGB value is (69,157,109). Sum of RGB (Red+Green+Blue) = 69+157+109=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #459D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459D6D is #BA6292. Grayscale: #7D7D7D. Windows color (decimal): -12214931 or 7183685. OLE color: 7183685.

HSL color Cylindrical-coordinate representation of color #459D6D: hue angle of 147.27º 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 #459D6D is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 157 109 -
CMYK 0.56 0 0.31 0.38
HSL 147.27º 0.39% 0.44% -
HSV(B) 147.27º 0.56% 0.62% -
XYZ 17.27 26.48 18.67 -
YUV 125.22 118.85 87.9 -
System Red Green Blue C M Y K H S L
Decimal 69 157 109 0.56 0 0.31 0.38 147.27 0.39 0.44
Hex 45 9D 6D 38 0 1F 26 93 27 2C
Octal 105 235 155 70 0 37 46 223 47 54
Binary 1000101 10011101 1101101 111000 0 11111 100110 10010011 100111 101100

Color Harmonies of #459D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459D6D

Black with #459D6D

Text Example


Text Example

White with #459D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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