#379422

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

Shades of La Palma #379422

Tints of La Palma #379422

Color information

#379422 (or 0x379422) is unknown color: approx La Palma. HEX triplet: 37, 94 and 22. RGB value is (55,148,34). Sum of RGB (Red+Green+Blue) = 55+148+34=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #379422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379422 is #C86BDD. Grayscale: #6B6B6B. Windows color (decimal): -13134814 or 2266167. OLE color: 2266167.

HSL color Cylindrical-coordinate representation of color #379422: hue angle of 108.95º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #379422 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB5514834-
CMYK0.6300.770.42
HSL108.95º62.64%35.69%-
HSV(B)108.95º77.03%58.04%-
XYZ12.4522.115.12-
YUV107.286.6990.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 148 (58.20% from 255) = 62.45%
BLUE value IS 34 (13.67% from 255) = 14.35%
R=23.21%
G=62.45%
B=14.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55148340.6300.770.42108.9562.6435.69
Hex3794223F04D2A6d3f24
Octal6722442770115521557744
Binary11011110010100100010111111010011011010101101101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379422; }

 p { color: rgb(55,148,34); }

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

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

 a { background-color: rgb(55,148,34); }

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

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

 span { border-color: rgb(55,148,34); }

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