Html Css Color HEX #38C387 Shamrock

📋 copy color: '#38C387'

red 56 ◦ green 195 ◦ blue 135

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

Shades of Shamrock #38C387

Tints of Shamrock #38C387

RGB

 RED value IS 56 (22.27% from 255) = 14.51%

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

 BLUE value IS 135 (53.13% from 255) = 34.97%

R = 14.51%
G = 50.52%
B = 34.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#38C387 (or 0x38C387) is known color: Shamrock. HEX triplet: 38, C3 and 87. RGB value is (56,195,135). Sum of RGB (Red+Green+Blue) = 56+195+135=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #38C387 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C387 is #C73C78. Grayscale: #929292. Windows color (decimal): -13057145 or 8897336. OLE color: 8897336.

HSL color Cylindrical-coordinate representation of color #38C387: hue angle of 154.1º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C387 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 195 135 -
CMYK 0.71 0 0.31 0.24
HSL 154.1º 0.55% 0.49% -
HSV(B) 154.1º 0.71% 0.76% -
XYZ 25.52 41.62 29.61 -
YUV 146.6 121.45 63.38 -
System Red Green Blue C M Y K H S L
Decimal 56 195 135 0.71 0 0.31 0.24 154.1 0.55 0.49
Hex 38 C3 87 47 0 1F 18 9A 37 31
Octal 70 303 207 107 0 37 30 232 67 61
Binary 111000 11000011 10000111 1000111 0 11111 11000 10011010 110111 110001

Color Harmonies of #38C387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C387

Black with #38C387

Text Example


Text Example

White with #38C387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38C387; }

 p { color: rgb(56,195,135); }

 H1.HeaderClassName
 {
   color: #38C387;
 }
 .AnyTagClassName
 {
   color: #38C387;
 }
</style>

background-color css

<style>
 a { background-color: #38C387; }

 a { background-color: rgb(56,195,135); }

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

border-color css

<style>
 span { border-color: #38C387; }

 span { border-color: rgb(56,195,135); }

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