Html Css Color HEX #35C390 Shamrock

📋 copy color: '#35C390'

red 53 ◦ green 195 ◦ blue 144

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

Shades of Shamrock #35C390

Tints of Shamrock #35C390

RGB

 RED value IS 53 (21.09% from 255) = 13.52%

 GREEN value IS 195 (76.56% from 255) = 49.74%

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 13.52%
G = 49.74%
B = 36.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#35C390 (or 0x35C390) is known color: Shamrock. HEX triplet: 35, C3 and 90. RGB value is (53,195,144). Sum of RGB (Red+Green+Blue) = 53+195+144=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #35C390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C390 is #CA3C6F. Grayscale: #929292. Windows color (decimal): -13253744 or 9487157. OLE color: 9487157.

HSL color Cylindrical-coordinate representation of color #35C390: hue angle of 158.45º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C390 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 195 144 -
CMYK 0.73 0 0.26 0.24
HSL 158.45º 0.57% 0.49% -
HSV(B) 158.45º 0.73% 0.76% -
XYZ 26.02 41.8 33.08 -
YUV 146.73 126.46 61.15 -
System Red Green Blue C M Y K H S L
Decimal 53 195 144 0.73 0 0.26 0.24 158.45 0.57 0.49
Hex 35 C3 90 49 0 1A 18 9E 39 31
Octal 65 303 220 111 0 32 30 236 71 61
Binary 110101 11000011 10010000 1001001 0 11010 11000 10011110 111001 110001

Color Harmonies of #35C390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C390

Black with #35C390

Text Example


Text Example

White with #35C390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35C390; }

 p { color: rgb(53,195,144); }

 H1.HeaderClassName
 {
   color: #35C390;
 }
 .AnyTagClassName
 {
   color: #35C390;
 }
</style>

background-color css

<style>
 a { background-color: #35C390; }

 a { background-color: rgb(53,195,144); }

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

border-color css

<style>
 span { border-color: #35C390; }

 span { border-color: rgb(53,195,144); }

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