Html Css Color HEX #05975E Shamrock Green

📋 copy color: '#05975E'

red 5 ◦ green 151 ◦ blue 94

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

Shades of Shamrock Green #05975E

Tints of Shamrock Green #05975E

RGB

 RED value IS 5 (2.34% from 255) = 2%

 GREEN value IS 151 (59.38% from 255) = 60.4%

 BLUE value IS 94 (37.11% from 255) = 37.6%

R = 2%
G = 60.4%
B = 37.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#05975E (or 0x05975E) is known color: Shamrock Green. HEX triplet: 05, 97 and 5E. RGB value is (5,151,94). Sum of RGB (Red+Green+Blue) = 5+151+94=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 151 (59.38% from 255 or 60.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 151 - color contains mainly: green. Hex color #05975E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05975E is #FA68A1. Grayscale: #646464. Windows color (decimal): -16410786 or 6199045. OLE color: 6199045.

HSL color Cylindrical-coordinate representation of color #05975E: hue angle of 156.58º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05975E is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 151 94 -
CMYK 0.97 0 0.38 0.41
HSL 156.58º 0.94% 0.31% -
HSV(B) 156.58º 0.97% 0.59% -
XYZ 13.15 22.97 14.33 -
YUV 100.85 124.13 59.63 -
System Red Green Blue C M Y K H S L
Decimal 5 151 94 0.97 0 0.38 0.41 156.58 0.94 0.31
Hex 5 97 5E 61 0 26 29 9D 5E 1F
Octal 5 227 136 141 0 46 51 235 136 37
Binary 101 10010111 1011110 1100001 0 100110 101001 10011101 1011110 11111

Color Harmonies of #05975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05975E

Black with #05975E

Text Example


Text Example

White with #05975E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,151,94); }

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

background-color css

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

 a { background-color: rgb(5,151,94); }

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

border-color css

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

 span { border-color: rgb(5,151,94); }

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