#338542

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

Shades of Japanese Laurel #338542

Tints of Japanese Laurel #338542

Color information

#338542 (or 0x338542) is unknown color: approx Japanese Laurel. HEX triplet: 33, 85 and 42. RGB value is (51,133,66). Sum of RGB (Red+Green+Blue) = 51+133+66=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #338542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338542 is #CC7ABD. Grayscale: #656565. Windows color (decimal): -13400766 or 4359475. OLE color: 4359475.

HSL color Cylindrical-coordinate representation of color #338542: hue angle of 130.98º 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 #338542 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB5113366-
CMYK0.6200.500.48
HSL130.98º44.57%36.08%-
HSV(B)130.98º61.65%52.16%-
XYZ10.7417.878.04-
YUV100.84108.3392.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 133 (52.34% from 255) = 53.2%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=20.4%
G=53.2%
B=26.4%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51133660.6200.500.48130.9844.5736.08
Hex3385423E03230832d24
Octal6320510276062602035544
Binary110011100001011000010111110011001011000010000011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338542; }

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

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

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

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

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

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

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

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