#38991F

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

Shades of La Palma #38991F

Tints of La Palma #38991F

Color information

#38991F (or 0x38991F) is unknown color: approx La Palma. HEX triplet: 38, 99 and 1F. RGB value is (56,153,31). Sum of RGB (Red+Green+Blue) = 56+153+31=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 153 (60.16% from 255 or 63.75% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 153 - color contains mainly: green. Hex color #38991F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38991F is #C766E0. Grayscale: #6E6E6E. Windows color (decimal): -13068001 or 2070840. OLE color: 2070840.

HSL color Cylindrical-coordinate representation of color #38991F: hue angle of 107.7º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38991F is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB5615331-
CMYK0.6300.800.4
HSL107.7º66.3%36.08%-
HSV(B)107.7º79.74%60%-
XYZ13.2723.725.18-
YUV110.0983.3689.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 153 (60.16% from 255) = 63.75%
BLUE value IS 31 (12.5% from 255) = 12.92%
R=23.33%
G=63.75%
B=12.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56153310.6300.800.4107.766.336.08
Hex38991F3F050286c4224
Octal70231377701205015410244
Binary11100010011001111111111110101000010100011011001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38991F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,153,31); }

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

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

 a { background-color: rgb(56,153,31); }

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

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

 span { border-color: rgb(56,153,31); }

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