#338543

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

Shades of Japanese Laurel #338543

Tints of Japanese Laurel #338543

Color information

#338543 (or 0x338543) is unknown color: approx Japanese Laurel. HEX triplet: 33, 85 and 43. RGB value is (51,133,67). Sum of RGB (Red+Green+Blue) = 51+133+67=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #338543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338543 is #CC7ABC. Grayscale: #656565. Windows color (decimal): -13400765 or 4425011. OLE color: 4425011.

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

Color convert

RGB5113367-
CMYK0.6200.500.48
HSL131.71º44.57%36.08%-
HSV(B)131.71º61.65%52.16%-
XYZ10.7717.888.19-
YUV100.96108.8392.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 133 (52.34% from 255) = 52.99%
BLUE value IS 67 (26.56% from 255) = 26.69%
R=20.32%
G=52.99%
B=26.69%

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
Decimal51133670.6200.500.48131.7144.5736.08
Hex3385433E03230842d24
Octal6320510376062602045544
Binary110011100001011000011111110011001011000010000100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338543; }

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

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

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

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

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

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

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

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