#338240

Color #338240 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #338240

Tints of Japanese Laurel #338240

Color information

#338240 (or 0x338240) is unknown color: approx Japanese Laurel. HEX triplet: 33, 82 and 40. RGB value is (51,130,64). Sum of RGB (Red+Green+Blue) = 51+130+64=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #338240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338240 is #CC7DBF. Grayscale: #636363. Windows color (decimal): -13401536 or 4227635. OLE color: 4227635.

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

Color convert

RGB5113064-
CMYK0.6100.510.49
HSL129.87º43.65%35.49%-
HSV(B)129.87º60.77%50.98%-
XYZ10.2717.047.6-
YUV98.86108.3393.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 130 (51.17% from 255) = 53.06%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=20.82%
G=53.06%
B=26.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51130640.6100.510.49129.8743.6535.49
Hex3382403D03331822c23
Octal6320210075063612025443
Binary110011100000101000000111101011001111000110000010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338240; }

 p { color: rgb(51,130,64); }

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

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

 a { background-color: rgb(51,130,64); }

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

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

 span { border-color: rgb(51,130,64); }

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