#438134

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

Shades of La Palma #438134

Tints of La Palma #438134

Color information

#438134 (or 0x438134) is unknown color: approx La Palma. HEX triplet: 43, 81 and 34. RGB value is (67,129,52). Sum of RGB (Red+Green+Blue) = 67+129+52=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #438134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438134 is #BC7ECB. Grayscale: #656565. Windows color (decimal): -12353228 or 3440963. OLE color: 3440963.

HSL color Cylindrical-coordinate representation of color #438134: hue angle of 108.31º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #438134 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB6712952-
CMYK0.4800.600.49
HSL108.31º42.54%35.49%-
HSV(B)108.31º59.69%50.59%-
XYZ10.7817.145.99-
YUV101.6899.96103.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.02%
GREEN value IS 129 (50.78% from 255) = 52.02%
BLUE value IS 52 (20.70% from 255) = 20.97%
R=27.02%
G=52.02%
B=20.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67129520.4800.600.49108.3142.5435.49
Hex4381343003C316c2b23
Octal1032016460074611545343
Binary10000111000000111010011000001111001100011101100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438134; }

 p { color: rgb(67,129,52); }

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

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

 a { background-color: rgb(67,129,52); }

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

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

 span { border-color: rgb(67,129,52); }

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