#338D39

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

Shades of Japanese Laurel #338D39

Tints of Japanese Laurel #338D39

Color information

#338D39 (or 0x338D39) is unknown color: approx Japanese Laurel. HEX triplet: 33, 8D and 39. RGB value is (51,141,57). Sum of RGB (Red+Green+Blue) = 51+141+57=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #338D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338D39 is #CC72C6. Grayscale: #686868. Windows color (decimal): -13398727 or 3771699. OLE color: 3771699.

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

Color convert

RGB5114157-
CMYK0.6400.600.45
HSL124º46.88%37.65%-
HSV(B)124º63.83%55.29%-
XYZ11.6320.057.13-
YUV104.51101.1889.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 141 (55.47% from 255) = 56.63%
BLUE value IS 57 (22.66% from 255) = 22.89%
R=20.48%
G=56.63%
B=22.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51141570.6400.600.4512446.8837.65
Hex338D394003C2D7c2f26
Octal6321571100074551745746
Binary11001110001101111001100000001111001011011111100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338D39; }

 p { color: rgb(51,141,57); }

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

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

 a { background-color: rgb(51,141,57); }

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

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

 span { border-color: rgb(51,141,57); }

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