#338242

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

Shades of Japanese Laurel #338242

Tints of Japanese Laurel #338242

Color information

#338242 (or 0x338242) is unknown color: approx Japanese Laurel. HEX triplet: 33, 82 and 42. RGB value is (51,130,66). Sum of RGB (Red+Green+Blue) = 51+130+66=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #338242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338242 is #CC7DBD. Grayscale: #636363. Windows color (decimal): -13401534 or 4358707. OLE color: 4358707.

HSL color Cylindrical-coordinate representation of color #338242: hue angle of 131.39º 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 #338242 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB5113066-
CMYK0.6100.490.49
HSL131.39º43.65%35.49%-
HSV(B)131.39º60.77%50.98%-
XYZ10.3317.067.9-
YUV99.08109.3393.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=20.65%
G=52.63%
B=26.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51130660.6100.490.49131.3943.6535.49
Hex3382423D03131832c23
Octal6320210275061612035443
Binary110011100000101000010111101011000111000110000011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338242; }

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

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

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

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

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

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

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

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