#38A031

Color #38A031 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #38A031

Tints of La Palma #38A031

Color information

#38A031 (or 0x38A031) is unknown color: approx La Palma. HEX triplet: 38, A0 and 31. RGB value is (56,160,49). Sum of RGB (Red+Green+Blue) = 56+160+49=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 160 (62.89% from 255 or 60.38% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 160 - color contains mainly: green. Hex color #38A031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A031 is #C75FCE. Grayscale: #747474. Windows color (decimal): -13066191 or 3252280. OLE color: 3252280.

HSL color Cylindrical-coordinate representation of color #38A031: hue angle of 116.22º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38A031 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB5616049-
CMYK0.6500.690.37
HSL116.22º53.11%40.98%-
HSV(B)116.22º69.38%62.75%-
XYZ14.7626.27.19-
YUV116.2590.0485.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 160 (62.89% from 255) = 60.38%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=21.13%
G=60.38%
B=18.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56160490.6500.690.37116.2253.1140.98
Hex38A0314104525743529
Octal70240611010105451646551
Binary111000101000001100011000001010001011001011110100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,160,49); }

 H1.HeaderClassName
 {
   color: #38A031;
 }
 .AnyTagClassName
 {
   color: #38A031;
 }
</style>
background-color css

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

 a { background-color: rgb(56,160,49); }

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

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

 span { border-color: rgb(56,160,49); }

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