Html Css Color HEX #539B6B Ocean Green

📋 copy color: '#539B6B'

red 83 ◦ green 155 ◦ blue 107

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

Shades of Ocean Green #539B6B

Tints of Ocean Green #539B6B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.93%

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 24.06%
G = 44.93%
B = 31.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#539B6B (or 0x539B6B) is known color: Ocean Green. HEX triplet: 53, 9B and 6B. RGB value is (83,155,107). Sum of RGB (Red+Green+Blue) = 83+155+107=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #539B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B6B is #AC6494. Grayscale: #808080. Windows color (decimal): -11297941 or 7052115. OLE color: 7052115.

HSL color Cylindrical-coordinate representation of color #539B6B: hue angle of 140º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B6B is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 155 107 -
CMYK 0.46 0 0.31 0.39
HSL 140º 0.3% 0.47% -
HSV(B) 140º 0.46% 0.61% -
XYZ 17.94 26.34 18.05 -
YUV 128 116.15 95.9 -
System Red Green Blue C M Y K H S L
Decimal 83 155 107 0.46 0 0.31 0.39 140 0.3 0.47
Hex 53 9B 6B 2E 0 1F 27 8C 1E 2F
Octal 123 233 153 56 0 37 47 214 36 57
Binary 1010011 10011011 1101011 101110 0 11111 100111 10001100 11110 101111

Color Harmonies of #539B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539B6B

Black with #539B6B

Text Example


Text Example

White with #539B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,155,107); }

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

background-color css

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

 a { background-color: rgb(83,155,107); }

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

border-color css

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

 span { border-color: rgb(83,155,107); }

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