#38910E

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

Shades of La Palma #38910E

Tints of La Palma #38910E

Color information

#38910E (or 0x38910E) is unknown color: approx La Palma. HEX triplet: 38, 91 and 0E. RGB value is (56,145,14). Sum of RGB (Red+Green+Blue) = 56+145+14=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 145 (57.03% from 255 or 67.44% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 145 - color contains mainly: green. Hex color #38910E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38910E is #C76EF1. Grayscale: #676767. Windows color (decimal): -13070066 or 954680. OLE color: 954680.

HSL color Cylindrical-coordinate representation of color #38910E: hue angle of 100.76º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38910E is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB5614514-
CMYK0.6100.900.43
HSL100.76º82.39%31.18%-
HSV(B)100.76º90.34%56.86%-
XYZ11.8421.123.87-
YUV103.4677.5194.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 145 (57.03% from 255) = 67.44%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=26.05%
G=67.44%
B=6.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56145140.6100.900.43100.7682.3931.18
Hex3891E3D05A2B65521f
Octal70221167501325314512237
Binary111000100100011110111101010110101010111100101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38910E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38910E; }

 p { color: rgb(56,145,14); }

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

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

 a { background-color: rgb(56,145,14); }

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

<style>
 span { border-color: #38910E; }

 span { border-color: rgb(56,145,14); }

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