#38A320

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

Shades of La Palma #38A320

Tints of La Palma #38A320

Color information

#38A320 (or 0x38A320) is unknown color: approx La Palma. HEX triplet: 38, A3 and 20. RGB value is (56,163,32). Sum of RGB (Red+Green+Blue) = 56+163+32=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 163 (64.06% from 255 or 64.94% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 163 - color contains mainly: green. Hex color #38A320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A320 is #C75CDF. Grayscale: #747474. Windows color (decimal): -13065440 or 2138936. OLE color: 2138936.

HSL color Cylindrical-coordinate representation of color #38A320: hue angle of 109.01º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38A320 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB5616332-
CMYK0.6600.800.36
HSL109.01º67.18%38.24%-
HSV(B)109.01º80.37%63.92%-
XYZ14.9927.145.81-
YUV116.0780.5585.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 163 (64.06% from 255) = 64.94%
BLUE value IS 32 (12.89% from 255) = 12.75%
R=22.31%
G=64.94%
B=12.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56163320.6600.800.36109.0167.1838.24
Hex38A32042050246d4326
Octal702434010201204415510346
Binary1110001010001110000010000100101000010010011011011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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