#38A226

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

Shades of La Palma #38A226

Tints of La Palma #38A226

Color information

#38A226 (or 0x38A226) is unknown color: approx La Palma. HEX triplet: 38, A2 and 26. RGB value is (56,162,38). Sum of RGB (Red+Green+Blue) = 56+162+38=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #38A226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A226 is #C75DD9. Grayscale: #747474. Windows color (decimal): -13065690 or 2531896. OLE color: 2531896.

HSL color Cylindrical-coordinate representation of color #38A226: hue angle of 111.29º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38A226 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB5616238-
CMYK0.6500.770.36
HSL111.29º62%39.22%-
HSV(B)111.29º76.54%63.53%-
XYZ14.926.826.23-
YUV116.1783.8885.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 162 (63.67% from 255) = 63.28%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=21.88%
G=63.28%
B=14.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56162380.6500.770.36111.296239.22
Hex38A2264104D246f3e27
Octal70242461010115441577647
Binary111000101000101001101000001010011011001001101111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,162,38); }

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

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

 a { background-color: rgb(56,162,38); }

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

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

 span { border-color: rgb(56,162,38); }

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