#338E3D

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

Shades of Japanese Laurel #338E3D

Tints of Japanese Laurel #338E3D

Color information

#338E3D (or 0x338E3D) is unknown color: approx Japanese Laurel. HEX triplet: 33, 8E and 3D. RGB value is (51,142,61). Sum of RGB (Red+Green+Blue) = 51+142+61=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #338E3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338E3D is #CC71C2. Grayscale: #696969. Windows color (decimal): -13398467 or 4034099. OLE color: 4034099.

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

Color convert

RGB5114261-
CMYK0.6400.570.44
HSL126.59º47.15%37.84%-
HSV(B)126.59º64.08%55.69%-
XYZ11.8820.397.72-
YUV105.56102.8589.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 142 (55.86% from 255) = 55.91%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=20.08%
G=55.91%
B=24.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51142610.6400.570.44126.5947.1537.84
Hex338E3D400392C7f2f26
Octal6321675100071541775746
Binary11001110001110111101100000001110011011001111111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,142,61); }

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

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

 a { background-color: rgb(51,142,61); }

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

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

 span { border-color: rgb(51,142,61); }

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