#379134

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

Shades of La Palma #379134

Tints of La Palma #379134

Color information

#379134 (or 0x379134) is unknown color: approx La Palma. HEX triplet: 37, 91 and 34. RGB value is (55,145,52). Sum of RGB (Red+Green+Blue) = 55+145+52=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #379134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379134 is #C86ECB. Grayscale: #6B6B6B. Windows color (decimal): -13135564 or 3445047. OLE color: 3445047.

HSL color Cylindrical-coordinate representation of color #379134: hue angle of 118.06º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379134 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB5514552-
CMYK0.6200.640.43
HSL118.06º47.21%38.63%-
HSV(B)118.06º64.14%56.86%-
XYZ12.3221.316.71-
YUV107.4996.6890.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 145 (57.03% from 255) = 57.54%
BLUE value IS 52 (20.70% from 255) = 20.63%
R=21.83%
G=57.54%
B=20.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55145520.6200.640.43118.0647.2138.63
Hex3791343E0402B762f27
Octal6722164760100531665747
Binary11011110010001110100111110010000001010111110110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379134; }

 p { color: rgb(55,145,52); }

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

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

 a { background-color: rgb(55,145,52); }

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

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

 span { border-color: rgb(55,145,52); }

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