#398C1F

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

Shades of La Palma #398C1F

Tints of La Palma #398C1F

Color information

#398C1F (or 0x398C1F) is unknown color: approx La Palma. HEX triplet: 39, 8C and 1F. RGB value is (57,140,31). Sum of RGB (Red+Green+Blue) = 57+140+31=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 140 (55.08% from 255 or 61.40% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 140 - color contains mainly: green. Hex color #398C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398C1F is #C673E0. Grayscale: #676767. Windows color (decimal): -13005793 or 2067513. OLE color: 2067513.

HSL color Cylindrical-coordinate representation of color #398C1F: hue angle of 105.69º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #398C1F is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB5714031-
CMYK0.5900.780.45
HSL105.69º63.74%33.53%-
HSV(B)105.69º77.86%54.9%-
XYZ11.3119.724.51-
YUV102.7687.595.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 140 (55.08% from 255) = 61.40%
BLUE value IS 31 (12.5% from 255) = 13.60%
R=25%
G=61.40%
B=13.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57140310.5900.780.45105.6963.7433.53
Hex398C1F3B04E2D6a4022
Octal71214377301165515210042
Binary11100110001100111111110110100111010110111010101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398C1F; }

 p { color: rgb(57,140,31); }

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

<style>
 a { background-color: #398C1F; }

 a { background-color: rgb(57,140,31); }

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

<style>
 span { border-color: #398C1F; }

 span { border-color: rgb(57,140,31); }

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