Html Css Color HEX #539369 Ocean Green

📋 copy color: '#539369'

red 83 ◦ green 147 ◦ blue 105

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

Shades of Ocean Green #539369

Tints of Ocean Green #539369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.88%

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

R = 24.78%
G = 43.88%
B = 31.34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#539369 (or 0x539369) is known color: Ocean Green. HEX triplet: 53, 93 and 69. RGB value is (83,147,105). Sum of RGB (Red+Green+Blue) = 83+147+105=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #539369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539369 is #AC6C96. Grayscale: #7B7B7B. Windows color (decimal): -11299991 or 6918995. OLE color: 6918995.

HSL color Cylindrical-coordinate representation of color #539369: hue angle of 140.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539369 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 147 105 -
CMYK 0.44 0 0.29 0.42
HSL 140.63º 0.28% 0.45% -
HSV(B) 140.63º 0.44% 0.58% -
XYZ 16.55 23.73 17.07 -
YUV 123.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 83 147 105 0.44 0 0.29 0.42 140.63 0.28 0.45
Hex 53 93 69 2C 0 1D 2A 8D 1C 2D
Octal 123 223 151 54 0 35 52 215 34 55
Binary 1010011 10010011 1101001 101100 0 11101 101010 10001101 11100 101101

Color Harmonies of #539369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539369

Black with #539369

Text Example


Text Example

White with #539369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539369; }

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

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

background-color css

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

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

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

border-color css

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

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

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