Html Css Color HEX #539468 Ocean Green

📋 copy color: '#539468'

red 83 ◦ green 148 ◦ blue 104

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

Shades of Ocean Green #539468

Tints of Ocean Green #539468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.18%

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 24.78%
G = 44.18%
B = 31.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#539468 (or 0x539468) is known color: Ocean Green. HEX triplet: 53, 94 and 68. RGB value is (83,148,104). Sum of RGB (Red+Green+Blue) = 83+148+104=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #539468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539468 is #AC6B97. Grayscale: #7B7B7B. Windows color (decimal): -11299736 or 6853715. OLE color: 6853715.

HSL color Cylindrical-coordinate representation of color #539468: hue angle of 139.38º 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 #539468 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 104 -
CMYK 0.44 0 0.30 0.42
HSL 139.38º 0.28% 0.45% -
HSV(B) 139.38º 0.44% 0.58% -
XYZ 16.66 24.02 16.85 -
YUV 123.55 116.97 99.08 -
System Red Green Blue C M Y K H S L
Decimal 83 148 104 0.44 0 0.30 0.42 139.38 0.28 0.45
Hex 53 94 68 2C 0 1E 2A 8B 1C 2D
Octal 123 224 150 54 0 36 52 213 34 55
Binary 1010011 10010100 1101000 101100 0 11110 101010 10001011 11100 101101

Color Harmonies of #539468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539468

Black with #539468

Text Example


Text Example

White with #539468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539468; }

 p { color: rgb(83,148,104); }

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

background-color css

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

 a { background-color: rgb(83,148,104); }

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

border-color css

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

 span { border-color: rgb(83,148,104); }

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