#38A331

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

Shades of La Palma #38A331

Tints of La Palma #38A331

Color information

#38A331 (or 0x38A331) is unknown color: approx La Palma. HEX triplet: 38, A3 and 31. RGB value is (56,163,49). Sum of RGB (Red+Green+Blue) = 56+163+49=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 163 (64.06% from 255 or 60.82% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 163 - color contains mainly: green. Hex color #38A331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A331 is #C75CCE. Grayscale: #767676. Windows color (decimal): -13065423 or 3253048. OLE color: 3253048.

HSL color Cylindrical-coordinate representation of color #38A331: hue angle of 116.32º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38A331 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB5616349-
CMYK0.6600.700.36
HSL116.32º53.77%41.57%-
HSV(B)116.32º69.94%63.92%-
XYZ15.2827.267.36-
YUV118.0189.0583.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 163 (64.06% from 255) = 60.82%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=20.90%
G=60.82%
B=18.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56163490.6600.700.36116.3253.7741.57
Hex38A331420462474362a
Octal70243611020106441646652
Binary111000101000111100011000010010001101001001110100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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