Html Css Color HEX #539D69 Ocean Green

📋 copy color: '#539D69'

red 83 ◦ green 157 ◦ blue 105

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

Shades of Ocean Green #539D69

Tints of Ocean Green #539D69

RGB

 RED value IS 83 (32.81% from 255) = 24.06%

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

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 24.06%
G = 45.51%
B = 30.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#539D69 (or 0x539D69) is known color: Ocean Green. HEX triplet: 53, 9D and 69. RGB value is (83,157,105). Sum of RGB (Red+Green+Blue) = 83+157+105=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #539D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D69 is #AC6296. Grayscale: #818181. Windows color (decimal): -11297431 or 6921555. OLE color: 6921555.

HSL color Cylindrical-coordinate representation of color #539D69: hue angle of 137.84º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539D69 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 157 105 -
CMYK 0.47 0 0.33 0.38
HSL 137.84º 0.31% 0.47% -
HSV(B) 137.84º 0.47% 0.62% -
XYZ 18.17 26.97 17.61 -
YUV 128.95 114.48 95.23 -
System Red Green Blue C M Y K H S L
Decimal 83 157 105 0.47 0 0.33 0.38 137.84 0.31 0.47
Hex 53 9D 69 2F 0 21 26 8A 1F 2F
Octal 123 235 151 57 0 41 46 212 37 57
Binary 1010011 10011101 1101001 101111 0 100001 100110 10001010 11111 101111

Color Harmonies of #539D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539D69

Black with #539D69

Text Example


Text Example

White with #539D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539D69; }

 p { color: rgb(83,157,105); }

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

background-color css

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

 a { background-color: rgb(83,157,105); }

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

border-color css

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

 span { border-color: rgb(83,157,105); }

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