#338934

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

Shades of Japanese Laurel #338934

Tints of Japanese Laurel #338934

Color information

#338934 (or 0x338934) is unknown color: approx Japanese Laurel. HEX triplet: 33, 89 and 34. RGB value is (51,137,52). Sum of RGB (Red+Green+Blue) = 51+137+52=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #338934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338934 is #CC76CB. Grayscale: #656565. Windows color (decimal): -13399756 or 3442995. OLE color: 3442995.

HSL color Cylindrical-coordinate representation of color #338934: hue angle of 120.7º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338934 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB5113752-
CMYK0.6300.620.46
HSL120.7º45.74%36.86%-
HSV(B)120.7º62.77%53.73%-
XYZ10.9318.846.31-
YUV101.6100.0191.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.25%
GREEN value IS 137 (53.91% from 255) = 57.08%
BLUE value IS 52 (20.70% from 255) = 21.67%
R=21.25%
G=57.08%
B=21.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51137520.6300.620.46120.745.7436.86
Hex3389343F03E2E792e25
Octal632116477076561715645
Binary1100111000100111010011111101111101011101111001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338934; }

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

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

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

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

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

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

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

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