Html Css Color HEX #53926D Ocean Green

📋 copy color: '#53926D'

red 83 ◦ green 146 ◦ blue 109

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

Shades of Ocean Green #53926D

Tints of Ocean Green #53926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.2%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 24.56%
G = 43.2%
B = 32.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#53926D (or 0x53926D) is known color: Ocean Green. HEX triplet: 53, 92 and 6D. RGB value is (83,146,109). Sum of RGB (Red+Green+Blue) = 83+146+109=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #53926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53926D is #AC6D92. Grayscale: #7B7B7B. Windows color (decimal): -11300243 or 7180883. OLE color: 7180883.

HSL color Cylindrical-coordinate representation of color #53926D: hue angle of 144.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53926D is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 146 109 -
CMYK 0.43 0 0.25 0.43
HSL 144.76º 0.28% 0.45% -
HSV(B) 144.76º 0.43% 0.57% -
XYZ 16.61 23.5 18.13 -
YUV 122.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 83 146 109 0.43 0 0.25 0.43 144.76 0.28 0.45
Hex 53 92 6D 2B 0 19 2B 91 1C 2D
Octal 123 222 155 53 0 31 53 221 34 55
Binary 1010011 10010010 1101101 101011 0 11001 101011 10010001 11100 101101

Color Harmonies of #53926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53926D

Black with #53926D

Text Example


Text Example

White with #53926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53926D; }

 p { color: rgb(83,146,109); }

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

background-color css

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

 a { background-color: rgb(83,146,109); }

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

border-color css

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

 span { border-color: rgb(83,146,109); }

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