Html Css Color HEX #57946D Ocean Green

📋 copy color: '#57946D'

red 87 ◦ green 148 ◦ blue 109

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

Shades of Ocean Green #57946D

Tints of Ocean Green #57946D

RGB

 RED value IS 87 (34.38% from 255) = 25.29%

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

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

R = 25.29%
G = 43.02%
B = 31.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#57946D (or 0x57946D) is known color: Ocean Green. HEX triplet: 57, 94 and 6D. RGB value is (87,148,109). Sum of RGB (Red+Green+Blue) = 87+148+109=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #57946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57946D is #A86B92. Grayscale: #7D7D7D. Windows color (decimal): -11037587 or 7181399. OLE color: 7181399.

HSL color Cylindrical-coordinate representation of color #57946D: hue angle of 141.64º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57946D is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 148 109 -
CMYK 0.41 0 0.26 0.42
HSL 141.64º 0.26% 0.46% -
HSV(B) 141.64º 0.41% 0.58% -
XYZ 17.28 24.31 18.25 -
YUV 125.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 87 148 109 0.41 0 0.26 0.42 141.64 0.26 0.46
Hex 57 94 6D 29 0 1A 2A 8E 1A 2E
Octal 127 224 155 51 0 32 52 216 32 56
Binary 1010111 10010100 1101101 101001 0 11010 101010 10001110 11010 101110

Color Harmonies of #57946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57946D

Black with #57946D

Text Example


Text Example

White with #57946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,148,109); }

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

background-color css

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

 a { background-color: rgb(87,148,109); }

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

border-color css

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

 span { border-color: rgb(87,148,109); }

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