Html Css Color HEX #53946E Ocean Green

📋 copy color: '#53946E'

red 83 ◦ green 148 ◦ blue 110

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

Shades of Ocean Green #53946E

Tints of Ocean Green #53946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 24.34%
G = 43.4%
B = 32.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#53946E (or 0x53946E) is known color: Ocean Green. HEX triplet: 53, 94 and 6E. RGB value is (83,148,110). Sum of RGB (Red+Green+Blue) = 83+148+110=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #53946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53946E is #AC6B91. Grayscale: #7C7C7C. Windows color (decimal): -11299730 or 7246931. OLE color: 7246931.

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

Color convert

RGB 83 148 110 -
CMYK 0.44 0 0.26 0.42
HSL 144.92º 0.28% 0.45% -
HSV(B) 144.92º 0.44% 0.58% -
XYZ 16.97 24.14 18.52 -
YUV 124.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 83 148 110 0.44 0 0.26 0.42 144.92 0.28 0.45
Hex 53 94 6E 2C 0 1A 2A 91 1C 2D
Octal 123 224 156 54 0 32 52 221 34 55
Binary 1010011 10010100 1101110 101100 0 11010 101010 10010001 11100 101101

Color Harmonies of #53946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53946E

Black with #53946E

Text Example


Text Example

White with #53946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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