Html Css Color HEX #459E6D Ocean Green

📋 copy color: '#459E6D'

red 69 ◦ green 158 ◦ blue 109

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

Shades of Ocean Green #459E6D

Tints of Ocean Green #459E6D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.02%

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

R = 20.54%
G = 47.02%
B = 32.44%

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

#459E6D (or 0x459E6D) is known color: Ocean Green. HEX triplet: 45, 9E and 6D. RGB value is (69,158,109). Sum of RGB (Red+Green+Blue) = 69+158+109=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 158 - color contains mainly: green. Hex color #459E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459E6D is #BA6192. Grayscale: #7D7D7D. Windows color (decimal): -12214675 or 7183941. OLE color: 7183941.

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

Color convert

RGB 69 158 109 -
CMYK 0.56 0 0.31 0.38
HSL 146.97º 0.39% 0.45% -
HSV(B) 146.97º 0.56% 0.62% -
XYZ 17.44 26.82 18.73 -
YUV 125.8 118.51 87.48 -
System Red Green Blue C M Y K H S L
Decimal 69 158 109 0.56 0 0.31 0.38 146.97 0.39 0.45
Hex 45 9E 6D 38 0 1F 26 93 27 2D
Octal 105 236 155 70 0 37 46 223 47 55
Binary 1000101 10011110 1101101 111000 0 11111 100110 10010011 100111 101101

Color Harmonies of #459E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459E6D

Black with #459E6D

Text Example


Text Example

White with #459E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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