#38A013

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

Shades of La Palma #38A013

Tints of La Palma #38A013

Color information

#38A013 (or 0x38A013) is unknown color: approx La Palma. HEX triplet: 38, A0 and 13. RGB value is (56,160,19). Sum of RGB (Red+Green+Blue) = 56+160+19=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 160 (62.89% from 255 or 68.09% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 160 - color contains mainly: green. Hex color #38A013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38A013 is #C75FEC. Grayscale: #717171. Windows color (decimal): -13066221 or 1286200. OLE color: 1286200.

HSL color Cylindrical-coordinate representation of color #38A013: hue angle of 104.26º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38A013 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB5616019-
CMYK0.6500.880.37
HSL104.26º78.77%35.1%-
HSV(B)104.26º88.13%62.75%-
XYZ14.3226.034.89-
YUV112.8375.0487.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 160 (62.89% from 255) = 68.09%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=23.83%
G=68.09%
B=8.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56160190.6500.880.37104.2678.7735.1
Hex38A0134105825684f23
Octal702402310101304515011743
Binary111000101000001001110000010101100010010111010001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,160,19); }

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

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

 a { background-color: rgb(56,160,19); }

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

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

 span { border-color: rgb(56,160,19); }

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