#338738

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

Shades of Japanese Laurel #338738

Tints of Japanese Laurel #338738

Color information

#338738 (or 0x338738) is unknown color: approx Japanese Laurel. HEX triplet: 33, 87 and 38. RGB value is (51,135,56). Sum of RGB (Red+Green+Blue) = 51+135+56=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #338738 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338738 is #CC78C7. Grayscale: #656565. Windows color (decimal): -13400264 or 3704627. OLE color: 3704627.

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

Color convert

RGB5113556-
CMYK0.6200.590.47
HSL123.57º45.16%36.47%-
HSV(B)123.57º62.22%52.94%-
XYZ10.7418.326.71-
YUV100.88102.6792.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 135 (53.12% from 255) = 55.79%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=21.07%
G=55.79%
B=23.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51135560.6200.590.47123.5745.1636.47
Hex3387383E03B2F7c2d24
Octal632077076073571745544
Binary1100111000011111100011111001110111011111111100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338738; }

 p { color: rgb(51,135,56); }

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

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

 a { background-color: rgb(51,135,56); }

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

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

 span { border-color: rgb(51,135,56); }

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