Html Css Color HEX #038B5A Shamrock Green

📋 copy color: '#038B5A'

red 3 ◦ green 139 ◦ blue 90

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

Shades of Shamrock Green #038B5A

Tints of Shamrock Green #038B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 1.29%
G = 59.91%
B = 38.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#038B5A (or 0x038B5A) is known color: Shamrock Green. HEX triplet: 03, 8B and 5A. RGB value is (3,139,90). Sum of RGB (Red+Green+Blue) = 3+139+90=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #038B5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038B5A is #FC74A5. Grayscale: #5C5C5C. Windows color (decimal): -16544934 or 5933827. OLE color: 5933827.

HSL color Cylindrical-coordinate representation of color #038B5A: hue angle of 158.38º 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 #038B5A is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 139 90 -
CMYK 0.98 0 0.35 0.45
HSL 158.38º 0.96% 0.28% -
HSV(B) 158.38º 0.98% 0.55% -
XYZ 11.12 19.22 12.8 -
YUV 92.75 126.44 63.98 -
System Red Green Blue C M Y K H S L
Decimal 3 139 90 0.98 0 0.35 0.45 158.38 0.96 0.28
Hex 3 8B 5A 62 0 23 2D 9E 60 1C
Octal 3 213 132 142 0 43 55 236 140 34
Binary 11 10001011 1011010 1100010 0 100011 101101 10011110 1100000 11100

Color Harmonies of #038B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038B5A

Black with #038B5A

Text Example


Text Example

White with #038B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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