Html Css Color HEX #58A274 Ocean Green

📋 copy color: '#58A274'

red 88 ◦ green 162 ◦ blue 116

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

Shades of Ocean Green #58A274

Tints of Ocean Green #58A274

RGB

 RED value IS 88 (34.77% from 255) = 24.04%

 GREEN value IS 162 (63.67% from 255) = 44.26%

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

R = 24.04%
G = 44.26%
B = 31.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#58A274 (or 0x58A274) is known color: Ocean Green. HEX triplet: 58, A2 and 74. RGB value is (88,162,116). Sum of RGB (Red+Green+Blue) = 88+162+116=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #58A274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A274 is #A75D8B. Grayscale: #868686. Windows color (decimal): -10968460 or 7643736. OLE color: 7643736.

HSL color Cylindrical-coordinate representation of color #58A274: hue angle of 142.7º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A274 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 162 116 -
CMYK 0.46 0 0.28 0.36
HSL 142.7º 0.3% 0.49% -
HSV(B) 142.7º 0.46% 0.64% -
XYZ 20.1 29.18 21.1 -
YUV 134.63 117.48 94.74 -
System Red Green Blue C M Y K H S L
Decimal 88 162 116 0.46 0 0.28 0.36 142.7 0.3 0.49
Hex 58 A2 74 2E 0 1C 24 8F 1E 31
Octal 130 242 164 56 0 34 44 217 36 61
Binary 1011000 10100010 1110100 101110 0 11100 100100 10001111 11110 110001

Color Harmonies of #58A274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A274

Black with #58A274

Text Example


Text Example

White with #58A274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58A274; }

 p { color: rgb(88,162,116); }

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

background-color css

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

 a { background-color: rgb(88,162,116); }

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

border-color css

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

 span { border-color: rgb(88,162,116); }

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