Html Css Color HEX #38C692 Shamrock

📋 copy color: '#38C692'

red 56 ◦ green 198 ◦ blue 146

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

Shades of Shamrock #38C692

Tints of Shamrock #38C692

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.5%

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

R = 14%
G = 49.5%
B = 36.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#38C692 (or 0x38C692) is known color: Shamrock. HEX triplet: 38, C6 and 92. RGB value is (56,198,146). Sum of RGB (Red+Green+Blue) = 56+198+146=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #38C692 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C692 is #C7396D. Grayscale: #959595. Windows color (decimal): -13056366 or 9619000. OLE color: 9619000.

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

Color convert

RGB 56 198 146 -
CMYK 0.72 0 0.26 0.22
HSL 158.03º 0.56% 0.5% -
HSV(B) 158.03º 0.72% 0.78% -
XYZ 27.01 43.3 34.13 -
YUV 149.61 125.96 61.23 -
System Red Green Blue C M Y K H S L
Decimal 56 198 146 0.72 0 0.26 0.22 158.03 0.56 0.5
Hex 38 C6 92 48 0 1A 16 9E 38 32
Octal 70 306 222 110 0 32 26 236 70 62
Binary 111000 11000110 10010010 1001000 0 11010 10110 10011110 111000 110010

Color Harmonies of #38C692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C692

Black with #38C692

Text Example


Text Example

White with #38C692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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