Html Css Color HEX #38C58B Shamrock

📋 copy color: '#38C58B'

red 56 ◦ green 197 ◦ blue 139

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

Shades of Shamrock #38C58B

Tints of Shamrock #38C58B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.26%

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

R = 14.29%
G = 50.26%
B = 35.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#38C58B (or 0x38C58B) is known color: Shamrock. HEX triplet: 38, C5 and 8B. RGB value is (56,197,139). Sum of RGB (Red+Green+Blue) = 56+197+139=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #38C58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C58B is #C73A74. Grayscale: #949494. Windows color (decimal): -13056629 or 9159992. OLE color: 9159992.

HSL color Cylindrical-coordinate representation of color #38C58B: hue angle of 155.32º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C58B is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 197 139 -
CMYK 0.72 0 0.29 0.23
HSL 155.32º 0.56% 0.5% -
HSV(B) 155.32º 0.72% 0.77% -
XYZ 26.26 42.64 31.27 -
YUV 148.23 122.79 62.22 -
System Red Green Blue C M Y K H S L
Decimal 56 197 139 0.72 0 0.29 0.23 155.32 0.56 0.5
Hex 38 C5 8B 48 0 1D 17 9B 38 32
Octal 70 305 213 110 0 35 27 233 70 62
Binary 111000 11000101 10001011 1001000 0 11101 10111 10011011 111000 110010

Color Harmonies of #38C58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C58B

Black with #38C58B

Text Example


Text Example

White with #38C58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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