Html Css Color HEX #38C18B Shamrock

📋 copy color: '#38C18B'

red 56 ◦ green 193 ◦ blue 139

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

Shades of Shamrock #38C18B

Tints of Shamrock #38C18B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.74%

 BLUE value IS 139 (54.69% from 255) = 35.82%

R = 14.43%
G = 49.74%
B = 35.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#38C18B (or 0x38C18B) is known color: Shamrock. HEX triplet: 38, C1 and 8B. RGB value is (56,193,139). Sum of RGB (Red+Green+Blue) = 56+193+139=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #38C18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C18B is #C73E74. Grayscale: #919191. Windows color (decimal): -13057653 or 9158968. OLE color: 9158968.

HSL color Cylindrical-coordinate representation of color #38C18B: hue angle of 156.35º 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 #38C18B is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 193 139 -
CMYK 0.71 0 0.28 0.24
HSL 156.35º 0.55% 0.49% -
HSV(B) 156.35º 0.71% 0.76% -
XYZ 25.36 40.84 30.97 -
YUV 145.88 124.11 63.89 -
System Red Green Blue C M Y K H S L
Decimal 56 193 139 0.71 0 0.28 0.24 156.35 0.55 0.49
Hex 38 C1 8B 47 0 1C 18 9C 37 31
Octal 70 301 213 107 0 34 30 234 67 61
Binary 111000 11000001 10001011 1000111 0 11100 11000 10011100 110111 110001

Color Harmonies of #38C18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C18B

Black with #38C18B

Text Example


Text Example

White with #38C18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,193,139); }

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

background-color css

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

 a { background-color: rgb(56,193,139); }

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

border-color css

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

 span { border-color: rgb(56,193,139); }

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