#379E34

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

Shades of La Palma #379E34

Tints of La Palma #379E34

Color information

#379E34 (or 0x379E34) is unknown color: approx La Palma. HEX triplet: 37, 9E and 34. RGB value is (55,158,52). Sum of RGB (Red+Green+Blue) = 55+158+52=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 158 (62.11% from 255 or 59.62% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 158 - color contains mainly: green. Hex color #379E34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379E34 is #C861CB. Grayscale: #737373. Windows color (decimal): -13132236 or 3448375. OLE color: 3448375.

HSL color Cylindrical-coordinate representation of color #379E34: hue angle of 118.3º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #379E34 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB5515852-
CMYK0.6500.670.38
HSL118.3º50.48%41.18%-
HSV(B)118.3º67.09%61.96%-
XYZ14.4225.517.41-
YUV115.1292.3885.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 158 (62.11% from 255) = 59.62%
BLUE value IS 52 (20.70% from 255) = 19.62%
R=20.75%
G=59.62%
B=19.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55158520.6500.670.38118.350.4841.18
Hex379E344104326763229
Octal67236641010103461666251
Binary110111100111101101001000001010000111001101110110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379E34; }

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

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

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

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

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

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

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

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