#338634

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

Shades of Japanese Laurel #338634

Tints of Japanese Laurel #338634

Color information

#338634 (or 0x338634) is unknown color: approx Japanese Laurel. HEX triplet: 33, 86 and 34. RGB value is (51,134,52). Sum of RGB (Red+Green+Blue) = 51+134+52=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #338634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338634 is #CC79CB. Grayscale: #646464. Windows color (decimal): -13400524 or 3442227. OLE color: 3442227.

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

Color convert

RGB5113452-
CMYK0.6200.610.47
HSL120.72º44.86%36.27%-
HSV(B)120.72º61.94%52.55%-
XYZ10.51186.17-
YUV99.8410193.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 134 (52.73% from 255) = 56.54%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=21.52%
G=56.54%
B=21.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51134520.6200.610.47120.7244.8636.27
Hex3386343E03D2F792d24
Octal632066476075571715544
Binary1100111000011011010011111001111011011111111001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338634; }

 p { color: rgb(51,134,52); }

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

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

 a { background-color: rgb(51,134,52); }

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

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

 span { border-color: rgb(51,134,52); }

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