#38882a

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

Shades of La Palma #38882A

Tints of La Palma #38882A

Color information

#38882A (or 0x38882A) is unknown color: approx La Palma. HEX triplet: 38, 88 and 2A. RGB value is (56,136,42). Sum of RGB (Red+Green+Blue) = 56+136+42=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #38882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38882A is #C777D5. Grayscale: #656565. Windows color (decimal): -13072342 or 2787384. OLE color: 2787384.

HSL color Cylindrical-coordinate representation of color #38882A: hue angle of 111.06º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38882A is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB5613642-
CMYK0.5900.690.47
HSL111.06º52.81%34.9%-
HSV(B)111.06º69.12%53.33%-
XYZ10.8518.625.21-
YUV101.3694.595.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 136 (53.52% from 255) = 58.12%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=23.93%
G=58.12%
B=17.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56136420.5900.690.47111.0652.8134.9
Hex38882A3B0452F6f3523
Octal7021052730105571576543
Binary11100010001000101010111011010001011011111101111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38882a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38882a; }

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

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

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

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

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

<style>
 span { border-color: #38882a; }

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

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