Html Css Color HEX #03995B Shamrock Green

📋 copy color: '#03995B'

red 3 ◦ green 153 ◦ blue 91

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

Shades of Shamrock Green #03995B

Tints of Shamrock Green #03995B

RGB

 RED value IS 3 (1.56% from 255) = 1.21%

 GREEN value IS 153 (60.16% from 255) = 61.94%

 BLUE value IS 91 (35.94% from 255) = 36.84%

R = 1.21%
G = 61.94%
B = 36.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#03995B (or 0x03995B) is known color: Shamrock Green. HEX triplet: 03, 99 and 5B. RGB value is (3,153,91). Sum of RGB (Red+Green+Blue) = 3+153+91=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 153 (60.16% from 255 or 61.94% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 153 - color contains mainly: green. Hex color #03995B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03995B is #FC66A4. Grayscale: #656565. Windows color (decimal): -16541349 or 6002947. OLE color: 6002947.

HSL color Cylindrical-coordinate representation of color #03995B: hue angle of 155.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03995B is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 153 91 -
CMYK 0.98 0 0.41 0.4
HSL 155.2º 0.96% 0.31% -
HSV(B) 155.2º 0.98% 0.6% -
XYZ 13.32 23.56 13.74 -
YUV 101.08 122.31 58.04 -
System Red Green Blue C M Y K H S L
Decimal 3 153 91 0.98 0 0.41 0.4 155.2 0.96 0.31
Hex 3 99 5B 62 0 29 28 9B 60 1F
Octal 3 231 133 142 0 51 50 233 140 37
Binary 11 10011001 1011011 1100010 0 101001 101000 10011011 1100000 11111

Color Harmonies of #03995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03995B

Black with #03995B

Text Example


Text Example

White with #03995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03995B; }

 p { color: rgb(3,153,91); }

 H1.HeaderClassName
 {
   color: #03995B;
 }
 .AnyTagClassName
 {
   color: #03995B;
 }
</style>

background-color css

<style>
 a { background-color: #03995B; }

 a { background-color: rgb(3,153,91); }

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

border-color css

<style>
 span { border-color: #03995B; }

 span { border-color: rgb(3,153,91); }

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