#38DB90

Color #38DB90 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38DB90

Tints of Shamrock #38DB90

Color information

#38DB90 (or 0x38DB90) is unknown color: approx Shamrock. HEX triplet: 38, DB and 90. RGB value is (56,219,144). Sum of RGB (Red+Green+Blue) = 56+219+144=419 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.37% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #38DB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DB90 is #C7246F. Grayscale: #A1A1A1. Windows color (decimal): -13050992 or 9493304. OLE color: 9493304.

HSL color Cylindrical-coordinate representation of color #38DB90: hue angle of 152.39º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DB90 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB56219144-
CMYK0.7400.340.14
HSL152.39º69.36%53.92%-
HSV(B)152.39º74.43%85.88%-
XYZ3253.5235.03-
YUV161.7111852.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.37%
GREEN value IS 219 (85.94% from 255) = 52.27%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=13.37%
G=52.27%
B=34.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal562191440.7400.340.14152.3969.3653.92
Hex38DB904A022E984536
Octal703332201120421623010566
Binary1110001101101110010000100101001000101110100110001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,219,144); }

 H1.HeaderClassName
 {
   color: #38DB90;
 }
 .AnyTagClassName
 {
   color: #38DB90;
 }
</style>
background-color css

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

 a { background-color: rgb(56,219,144); }

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

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

 span { border-color: rgb(56,219,144); }

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