#338631

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

Shades of Japanese Laurel #338631

Tints of Japanese Laurel #338631

Color information

#338631 (or 0x338631) is unknown color: approx Japanese Laurel. HEX triplet: 33, 86 and 31. RGB value is (51,134,49). Sum of RGB (Red+Green+Blue) = 51+134+49=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #338631 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338631 is #CC79CE. Grayscale: #636363. Windows color (decimal): -13400527 or 3245619. OLE color: 3245619.

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

Color convert

RGB5113449-
CMYK0.6200.630.47
HSL118.59º46.45%35.88%-
HSV(B)118.59º63.43%52.55%-
XYZ10.4417.985.82-
YUV99.4999.593.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.79%
GREEN value IS 134 (52.73% from 255) = 57.26%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=21.79%
G=57.26%
B=20.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51134490.6200.630.47118.5946.4535.88
Hex3386313E03F2F772e24
Octal632066176077571675644
Binary1100111000011011000111111001111111011111110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338631; }

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

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

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

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

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

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

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

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