#399034

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

Shades of La Palma #399034

Tints of La Palma #399034

Color information

#399034 (or 0x399034) is unknown color: approx La Palma. HEX triplet: 39, 90 and 34. RGB value is (57,144,52). Sum of RGB (Red+Green+Blue) = 57+144+52=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #399034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399034 is #C66FCB. Grayscale: #6B6B6B. Windows color (decimal): -13004748 or 3444793. OLE color: 3444793.

HSL color Cylindrical-coordinate representation of color #399034: hue angle of 116.74º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399034 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB5714452-
CMYK0.6000.640.44
HSL116.74º46.94%38.43%-
HSV(B)116.74º63.89%56.47%-
XYZ12.2821.066.67-
YUV107.596.6891.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 144 (56.64% from 255) = 56.92%
BLUE value IS 52 (20.70% from 255) = 20.55%
R=22.53%
G=56.92%
B=20.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57144520.6000.640.44116.7446.9438.43
Hex3990343C0402C752f26
Octal7122064740100541655746
Binary11100110010000110100111100010000001011001110101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399034; }

 p { color: rgb(57,144,52); }

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

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

 a { background-color: rgb(57,144,52); }

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

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

 span { border-color: rgb(57,144,52); }

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