#338539

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

Shades of Japanese Laurel #338539

Tints of Japanese Laurel #338539

Color information

#338539 (or 0x338539) is unknown color: approx Japanese Laurel. HEX triplet: 33, 85 and 39. RGB value is (51,133,57). Sum of RGB (Red+Green+Blue) = 51+133+57=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #338539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338539 is #CC7AC6. Grayscale: #646464. Windows color (decimal): -13400775 or 3769651. OLE color: 3769651.

HSL color Cylindrical-coordinate representation of color #338539: hue angle of 124.39º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338539 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB5113357-
CMYK0.6200.570.48
HSL124.39º44.57%36.08%-
HSV(B)124.39º61.65%52.16%-
XYZ10.4917.776.75-
YUV99.82103.8393.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 133 (52.34% from 255) = 55.19%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=21.16%
G=55.19%
B=23.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51133570.6200.570.48124.3944.5736.08
Hex3385393E039307c2d24
Octal632057176071601745544
Binary1100111000010111100111111001110011100001111100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338539; }

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

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

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

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

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

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

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

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