#319305

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

Shades of La Palma #319305

Tints of La Palma #319305

Color information

#319305 (or 0x319305) is unknown color: approx La Palma. HEX triplet: 31, 93 and 05. RGB value is (49,147,5). Sum of RGB (Red+Green+Blue) = 49+147+5=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 147 (57.81% from 255 or 73.13% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 147 - color contains mainly: green. Hex color #319305 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319305 is #CE6CFA. Grayscale: #656565. Windows color (decimal): -13528315 or 365361. OLE color: 365361.

HSL color Cylindrical-coordinate representation of color #319305: hue angle of 101.41º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #319305 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB491475-
CMYK0.6700.970.42
HSL101.41º93.42%29.8%-
HSV(B)101.41º96.6%57.65%-
XYZ11.7321.533.68-
YUV101.5173.5390.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 147 (57.81% from 255) = 73.13%
BLUE value IS 5 (2.34% from 255) = 2.49%
R=24.38%
G=73.13%
B=2.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4914750.6700.970.42101.4193.4229.8
Hex31935430612A655d1e
Octal61223510301415214513536
Binary110001100100111011000011011000011010101100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319305; }

 p { color: rgb(49,147,5); }

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

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

 a { background-color: rgb(49,147,5); }

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

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

 span { border-color: rgb(49,147,5); }

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