#38A31C

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

Shades of La Palma #38A31C

Tints of La Palma #38A31C

Color information

#38A31C (or 0x38A31C) is unknown color: approx La Palma. HEX triplet: 38, A3 and 1C. RGB value is (56,163,28). Sum of RGB (Red+Green+Blue) = 56+163+28=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 163 (64.06% from 255 or 65.99% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 163 - color contains mainly: green. Hex color #38A31C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A31C is #C75CE3. Grayscale: #747474. Windows color (decimal): -13065444 or 1876792. OLE color: 1876792.

HSL color Cylindrical-coordinate representation of color #38A31C: hue angle of 107.56º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38A31C is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB5616328-
CMYK0.6600.830.36
HSL107.56º70.68%37.45%-
HSV(B)107.56º82.82%63.92%-
XYZ14.9427.125.55-
YUV115.6278.5585.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 163 (64.06% from 255) = 65.99%
BLUE value IS 28 (11.33% from 255) = 11.34%
R=22.67%
G=65.99%
B=11.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56163280.6600.830.36107.5670.6837.45
Hex38A31C42053246c4725
Octal702433410201234415410745
Binary111000101000111110010000100101001110010011011001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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