#338643

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

Shades of Japanese Laurel #338643

Tints of Japanese Laurel #338643

Color information

#338643 (or 0x338643) is unknown color: approx Japanese Laurel. HEX triplet: 33, 86 and 43. RGB value is (51,134,67). Sum of RGB (Red+Green+Blue) = 51+134+67=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #338643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338643 is #CC79BC. Grayscale: #656565. Windows color (decimal): -13400509 or 4425267. OLE color: 4425267.

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

Color convert

RGB5113467-
CMYK0.6200.50.47
HSL131.57º44.86%36.27%-
HSV(B)131.57º61.94%52.55%-
XYZ10.918.168.24-
YUV101.54108.591.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 134 (52.73% from 255) = 53.17%
BLUE value IS 67 (26.56% from 255) = 26.59%
R=20.24%
G=53.17%
B=26.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51134670.6200.50.47131.5744.8636.27
Hex3386433E0322F842d24
Octal6320610376062572045544
Binary110011100001101000011111110011001010111110000100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338643; }

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

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

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

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

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

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

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

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