#368B30

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

Shades of La Palma #368B30

Tints of La Palma #368B30

Color information

#368B30 (or 0x368B30) is unknown color: approx La Palma. HEX triplet: 36, 8B and 30. RGB value is (54,139,48). Sum of RGB (Red+Green+Blue) = 54+139+48=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #368B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368B30 is #C974CF. Grayscale: #676767. Windows color (decimal): -13202640 or 3181366. OLE color: 3181366.

HSL color Cylindrical-coordinate representation of color #368B30: hue angle of 116.04º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #368B30 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB5413948-
CMYK0.6100.650.45
HSL116.04º48.66%36.67%-
HSV(B)116.04º65.47%54.51%-
XYZ11.2919.465.96-
YUV103.2196.8492.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 139 (54.69% from 255) = 57.68%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=22.41%
G=57.68%
B=19.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54139480.6100.650.45116.0448.6636.67
Hex368B303D0412D743125
Octal6621360750101551646145
Binary11011010001011110000111101010000011011011110100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368B30; }

 p { color: rgb(54,139,48); }

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

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

 a { background-color: rgb(54,139,48); }

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

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

 span { border-color: rgb(54,139,48); }

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