#38A52B

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

Shades of La Palma #38A52B

Tints of La Palma #38A52B

Color information

#38A52B (or 0x38A52B) is unknown color: approx La Palma. HEX triplet: 38, A5 and 2B. RGB value is (56,165,43). Sum of RGB (Red+Green+Blue) = 56+165+43=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 165 (64.84% from 255 or 62.5% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 165 - color contains mainly: green. Hex color #38A52B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A52B is #C75AD4. Grayscale: #767676. Windows color (decimal): -13064917 or 2860344. OLE color: 2860344.

HSL color Cylindrical-coordinate representation of color #38A52B: hue angle of 113.61º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38A52B is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB5616543-
CMYK0.6600.740.35
HSL113.61º58.65%40.78%-
HSV(B)113.61º73.94%64.71%-
XYZ15.5227.936.86-
YUV118.585.3983.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 165 (64.84% from 255) = 62.5%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=21.21%
G=62.5%
B=16.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56165430.6600.740.35113.6158.6540.78
Hex38A52B4204A23723b29
Octal70245531020112431627351
Binary111000101001011010111000010010010101000111110010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,165,43); }

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

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

 a { background-color: rgb(56,165,43); }

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

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

 span { border-color: rgb(56,165,43); }

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