Html Css Color HEX #38C384 Shamrock

📋 copy color: '#38C384'

red 56 ◦ green 195 ◦ blue 132

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

Shades of Shamrock #38C384

Tints of Shamrock #38C384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 14.62%
G = 50.91%
B = 34.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#38C384 (or 0x38C384) is known color: Shamrock. HEX triplet: 38, C3 and 84. RGB value is (56,195,132). Sum of RGB (Red+Green+Blue) = 56+195+132=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #38C384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C384 is #C73C7B. Grayscale: #929292. Windows color (decimal): -13057148 or 8700728. OLE color: 8700728.

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

Color convert

RGB 56 195 132 -
CMYK 0.71 0 0.32 0.24
HSL 152.81º 0.55% 0.49% -
HSV(B) 152.81º 0.71% 0.76% -
XYZ 25.31 41.54 28.51 -
YUV 146.26 119.95 63.62 -
System Red Green Blue C M Y K H S L
Decimal 56 195 132 0.71 0 0.32 0.24 152.81 0.55 0.49
Hex 38 C3 84 47 0 20 18 99 37 31
Octal 70 303 204 107 0 40 30 231 67 61
Binary 111000 11000011 10000100 1000111 0 100000 11000 10011001 110111 110001

Color Harmonies of #38C384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C384

Black with #38C384

Text Example


Text Example

White with #38C384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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