#379302

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

Shades of La Palma #379302

Tints of La Palma #379302

Color information

#379302 (or 0x379302) is unknown color: approx La Palma. HEX triplet: 37, 93 and 02. RGB value is (55,147,2). Sum of RGB (Red+Green+Blue) = 55+147+2=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 147 (57.81% from 255 or 72.06% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 147 - color contains mainly: green. Hex color #379302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379302 is #C86CFD. Grayscale: #676767. Windows color (decimal): -13135102 or 168759. OLE color: 168759.

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

Color convert

RGB551472-
CMYK0.6300.990.42
HSL98.07º97.32%29.22%-
HSV(B)98.07º98.64%57.65%-
XYZ12.0221.683.61-
YUV102.9671.0293.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 147 (57.81% from 255) = 72.06%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=26.96%
G=72.06%
B=0.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5514720.6300.990.4298.0797.3229.22
Hex379323F0632A62611d
Octal6722327701435214214135
Binary1101111001001110111111011000111010101100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379302; }

 p { color: rgb(55,147,2); }

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

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

 a { background-color: rgb(55,147,2); }

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

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

 span { border-color: rgb(55,147,2); }

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