Html Css Color HEX #5DA574 Ocean Green

📋 copy color: '#5DA574'

red 93 ◦ green 165 ◦ blue 116

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

Shades of Ocean Green #5DA574

Tints of Ocean Green #5DA574

RGB

 RED value IS 93 (36.72% from 255) = 24.87%

 GREEN value IS 165 (64.84% from 255) = 44.12%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 24.87%
G = 44.12%
B = 31.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#5DA574 (or 0x5DA574) is known color: Ocean Green. HEX triplet: 5D, A5 and 74. RGB value is (93,165,116). Sum of RGB (Red+Green+Blue) = 93+165+116=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA574 is #A25A8B. Grayscale: #8A8A8A. Windows color (decimal): -10640012 or 7644509. OLE color: 7644509.

HSL color Cylindrical-coordinate representation of color #5DA574: hue angle of 139.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA574 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 93 165 116 -
CMYK 0.44 0 0.30 0.35
HSL 139.17º 0.29% 0.51% -
HSV(B) 139.17º 0.44% 0.65% -
XYZ 21.12 30.5 21.3 -
YUV 137.89 115.65 95.98 -
System Red Green Blue C M Y K H S L
Decimal 93 165 116 0.44 0 0.30 0.35 139.17 0.29 0.51
Hex 5D A5 74 2C 0 1E 23 8B 1D 33
Octal 135 245 164 54 0 36 43 213 35 63
Binary 1011101 10100101 1110100 101100 0 11110 100011 10001011 11101 110011

Color Harmonies of #5DA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA574

Black with #5DA574

Text Example


Text Example

White with #5DA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5DA574; }

 p { color: rgb(93,165,116); }

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

background-color css

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

 a { background-color: rgb(93,165,116); }

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

border-color css

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

 span { border-color: rgb(93,165,116); }

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