#38912F

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

Shades of La Palma #38912F

Tints of La Palma #38912F

Color information

#38912F (or 0x38912F) is unknown color: approx La Palma. HEX triplet: 38, 91 and 2F. RGB value is (56,145,47). Sum of RGB (Red+Green+Blue) = 56+145+47=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 145 (57.03% from 255 or 58.47% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 145 - color contains mainly: green. Hex color #38912F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38912F is #C76ED0. Grayscale: #6B6B6B. Windows color (decimal): -13070033 or 3117368. OLE color: 3117368.

HSL color Cylindrical-coordinate representation of color #38912F: hue angle of 114.49º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38912F is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB5614547-
CMYK0.6100.680.43
HSL114.49º51.04%37.65%-
HSV(B)114.49º67.59%56.86%-
XYZ12.2721.36.15-
YUV107.2294.0191.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 145 (57.03% from 255) = 58.47%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=22.58%
G=58.47%
B=18.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56145470.6100.680.43114.4951.0437.65
Hex38912F3D0442B723326
Octal7022157750104531626346
Binary11100010010001101111111101010001001010111110010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38912F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38912F; }

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

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

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

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

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

<style>
 span { border-color: #38912F; }

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

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