Html Css Color HEX #38C092 Shamrock

📋 copy color: '#38C092'

red 56 ◦ green 192 ◦ blue 146

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

Shades of Shamrock #38C092

Tints of Shamrock #38C092

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.73%

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 14.21%
G = 48.73%
B = 37.06%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#38C092 (or 0x38C092) is known color: Shamrock. HEX triplet: 38, C0 and 92. RGB value is (56,192,146). Sum of RGB (Red+Green+Blue) = 56+192+146=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #38C092 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C092 is #C73F6D. Grayscale: #929292. Windows color (decimal): -13057902 or 9617464. OLE color: 9617464.

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

Color convert

RGB 56 192 146 -
CMYK 0.71 0 0.24 0.25
HSL 159.71º 0.55% 0.49% -
HSV(B) 159.71º 0.71% 0.75% -
XYZ 25.67 40.62 33.68 -
YUV 146.09 127.94 63.74 -
System Red Green Blue C M Y K H S L
Decimal 56 192 146 0.71 0 0.24 0.25 159.71 0.55 0.49
Hex 38 C0 92 47 0 18 19 A0 37 31
Octal 70 300 222 107 0 30 31 240 67 61
Binary 111000 11000000 10010010 1000111 0 11000 11001 10100000 110111 110001

Color Harmonies of #38C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C092

Black with #38C092

Text Example


Text Example

White with #38C092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,192,146); }

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

background-color css

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

 a { background-color: rgb(56,192,146); }

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

border-color css

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

 span { border-color: rgb(56,192,146); }

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