#38A52A

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

Shades of La Palma #38A52A

Tints of La Palma #38A52A

Color information

#38A52A (or 0x38A52A) is unknown color: approx La Palma. HEX triplet: 38, A5 and 2A. RGB value is (56,165,42). Sum of RGB (Red+Green+Blue) = 56+165+42=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 165 (64.84% from 255 or 62.74% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 165 - color contains mainly: green. Hex color #38A52A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A52A is #C75AD5. Grayscale: #767676. Windows color (decimal): -13064918 or 2794808. OLE color: 2794808.

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

Color convert

RGB5616542-
CMYK0.6600.750.35
HSL113.17º59.42%40.59%-
HSV(B)113.17º74.55%64.71%-
XYZ15.527.926.76-
YUV118.3984.8983.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 165 (64.84% from 255) = 62.74%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=21.29%
G=62.74%
B=15.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56165420.6600.750.35113.1759.4240.59
Hex38A52A4204B23713b29
Octal70245521020113431617351
Binary111000101001011010101000010010010111000111110001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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