Html Css Color HEX #038B5C Shamrock Green

📋 copy color: '#038B5C'

red 3 ◦ green 139 ◦ blue 92

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

Shades of Shamrock Green #038B5C

Tints of Shamrock Green #038B5C

RGB

 RED value IS 3 (1.56% from 255) = 1.28%

 GREEN value IS 139 (54.69% from 255) = 59.4%

 BLUE value IS 92 (36.33% from 255) = 39.32%

R = 1.28%
G = 59.4%
B = 39.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#038B5C (or 0x038B5C) is known color: Shamrock Green. HEX triplet: 03, 8B and 5C. RGB value is (3,139,92). Sum of RGB (Red+Green+Blue) = 3+139+92=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #038B5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038B5C is #FC74A3. Grayscale: #5D5D5D. Windows color (decimal): -16544932 or 6064899. OLE color: 6064899.

HSL color Cylindrical-coordinate representation of color #038B5C: hue angle of 159.26º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038B5C is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 139 92 -
CMYK 0.98 0 0.34 0.45
HSL 159.26º 0.96% 0.28% -
HSV(B) 159.26º 0.98% 0.55% -
XYZ 11.2 19.26 13.25 -
YUV 92.98 127.44 63.82 -
System Red Green Blue C M Y K H S L
Decimal 3 139 92 0.98 0 0.34 0.45 159.26 0.96 0.28
Hex 3 8B 5C 62 0 22 2D 9F 60 1C
Octal 3 213 134 142 0 42 55 237 140 34
Binary 11 10001011 1011100 1100010 0 100010 101101 10011111 1100000 11100

Color Harmonies of #038B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038B5C

Black with #038B5C

Text Example


Text Example

White with #038B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038B5C; }

 p { color: rgb(3,139,92); }

 H1.HeaderClassName
 {
   color: #038B5C;
 }
 .AnyTagClassName
 {
   color: #038B5C;
 }
</style>

background-color css

<style>
 a { background-color: #038B5C; }

 a { background-color: rgb(3,139,92); }

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

border-color css

<style>
 span { border-color: #038B5C; }

 span { border-color: rgb(3,139,92); }

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