#38910C

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

Shades of La Palma #38910C

Tints of La Palma #38910C

Color information

#38910C (or 0x38910C) is unknown color: approx La Palma. HEX triplet: 38, 91 and 0C. RGB value is (56,145,12). Sum of RGB (Red+Green+Blue) = 56+145+12=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 145 (57.03% from 255 or 68.08% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 145 - color contains mainly: green. Hex color #38910C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38910C is #C76EF3. Grayscale: #676767. Windows color (decimal): -13070068 or 823608. OLE color: 823608.

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

Color convert

RGB5614512-
CMYK0.6100.920.43
HSL100.15º84.71%30.78%-
HSV(B)100.15º91.72%56.86%-
XYZ11.8221.123.8-
YUV103.2376.5194.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 145 (57.03% from 255) = 68.08%
BLUE value IS 12 (5.08% from 255) = 5.63%
R=26.29%
G=68.08%
B=5.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56145120.6100.920.43100.1584.7130.78
Hex3891C3D05C2B64551f
Octal70221147501345314412537
Binary111000100100011100111101010111001010111100100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38910C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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