#38910A

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

Shades of La Palma #38910A

Tints of La Palma #38910A

Color information

#38910A (or 0x38910A) is unknown color: approx La Palma. HEX triplet: 38, 91 and 0A. RGB value is (56,145,10). Sum of RGB (Red+Green+Blue) = 56+145+10=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 145 (57.03% from 255 or 68.72% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 145 - color contains mainly: green. Hex color #38910A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38910A is #C76EF5. Grayscale: #676767. Windows color (decimal): -13070070 or 692536. OLE color: 692536.

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

Color convert

RGB5614510-
CMYK0.6100.930.43
HSL99.56º87.1%30.39%-
HSV(B)99.56º93.1%56.86%-
XYZ11.8121.113.74-
YUV10375.5194.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.54%
GREEN value IS 145 (57.03% from 255) = 68.72%
BLUE value IS 10 (4.30% from 255) = 4.74%
R=26.54%
G=68.72%
B=4.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56145100.6100.930.4399.5687.130.39
Hex3891A3D05D2B64571e
Octal70221127501355314412736
Binary111000100100011010111101010111011010111100100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38910A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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