Html Css Color HEX #35C398 Shamrock

📋 copy color: '#35C398'

red 53 ◦ green 195 ◦ blue 152

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

Shades of Shamrock #35C398

Tints of Shamrock #35C398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38%

R = 13.25%
G = 48.75%
B = 38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#35C398 (or 0x35C398) is known color: Shamrock. HEX triplet: 35, C3 and 98. RGB value is (53,195,152). Sum of RGB (Red+Green+Blue) = 53+195+152=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #35C398 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C398 is #CA3C67. Grayscale: #939393. Windows color (decimal): -13253736 or 10011445. OLE color: 10011445.

HSL color Cylindrical-coordinate representation of color #35C398: hue angle of 161.83º 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 #35C398 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 195 152 -
CMYK 0.73 0 0.22 0.24
HSL 161.83º 0.57% 0.49% -
HSV(B) 161.83º 0.73% 0.76% -
XYZ 26.65 42.05 36.42 -
YUV 147.64 130.46 60.5 -
System Red Green Blue C M Y K H S L
Decimal 53 195 152 0.73 0 0.22 0.24 161.83 0.57 0.49
Hex 35 C3 98 49 0 16 18 A2 39 31
Octal 65 303 230 111 0 26 30 242 71 61
Binary 110101 11000011 10011000 1001001 0 10110 11000 10100010 111001 110001

Color Harmonies of #35C398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C398

Black with #35C398

Text Example


Text Example

White with #35C398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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