Html Css Color HEX #03965C Shamrock Green

📋 copy color: '#03965C'

red 3 ◦ green 150 ◦ blue 92

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

Shades of Shamrock Green #03965C

Tints of Shamrock Green #03965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 61.22%

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 1.22%
G = 61.22%
B = 37.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#03965C (or 0x03965C) is known color: Shamrock Green. HEX triplet: 03, 96 and 5C. RGB value is (3,150,92). Sum of RGB (Red+Green+Blue) = 3+150+92=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #03965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03965C is #FC69A3. Grayscale: #636363. Windows color (decimal): -16542116 or 6067715. OLE color: 6067715.

HSL color Cylindrical-coordinate representation of color #03965C: hue angle of 156.33º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03965C is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 150 92 -
CMYK 0.98 0 0.39 0.41
HSL 156.33º 0.96% 0.3% -
HSV(B) 156.33º 0.98% 0.59% -
XYZ 12.88 22.6 13.81 -
YUV 99.44 123.8 59.22 -
System Red Green Blue C M Y K H S L
Decimal 3 150 92 0.98 0 0.39 0.41 156.33 0.96 0.3
Hex 3 96 5C 62 0 27 29 9C 60 1E
Octal 3 226 134 142 0 47 51 234 140 36
Binary 11 10010110 1011100 1100010 0 100111 101001 10011100 1100000 11110

Color Harmonies of #03965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03965C

Black with #03965C

Text Example


Text Example

White with #03965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03965C; }

 p { color: rgb(3,150,92); }

 H1.HeaderClassName
 {
   color: #03965C;
 }
 .AnyTagClassName
 {
   color: #03965C;
 }
</style>

background-color css

<style>
 a { background-color: #03965C; }

 a { background-color: rgb(3,150,92); }

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

border-color css

<style>
 span { border-color: #03965C; }

 span { border-color: rgb(3,150,92); }

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