Html Css Color HEX #38C38D Shamrock

📋 copy color: '#38C38D'

red 56 ◦ green 195 ◦ blue 141

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

Shades of Shamrock #38C38D

Tints of Shamrock #38C38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 14.29%
G = 49.74%
B = 35.97%

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

#38C38D (or 0x38C38D) is known color: Shamrock. HEX triplet: 38, C3 and 8D. RGB value is (56,195,141). Sum of RGB (Red+Green+Blue) = 56+195+141=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #38C38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C38D is #C73C72. Grayscale: #939393. Windows color (decimal): -13057139 or 9290552. OLE color: 9290552.

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

Color convert

RGB 56 195 141 -
CMYK 0.71 0 0.28 0.24
HSL 156.69º 0.55% 0.49% -
HSV(B) 156.69º 0.71% 0.76% -
XYZ 25.95 41.79 31.9 -
YUV 147.28 124.45 62.89 -
System Red Green Blue C M Y K H S L
Decimal 56 195 141 0.71 0 0.28 0.24 156.69 0.55 0.49
Hex 38 C3 8D 47 0 1C 18 9D 37 31
Octal 70 303 215 107 0 34 30 235 67 61
Binary 111000 11000011 10001101 1000111 0 11100 11000 10011101 110111 110001

Color Harmonies of #38C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C38D

Black with #38C38D

Text Example


Text Example

White with #38C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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