#338741

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

Shades of Japanese Laurel #338741

Tints of Japanese Laurel #338741

Color information

#338741 (or 0x338741) is unknown color: approx Japanese Laurel. HEX triplet: 33, 87 and 41. RGB value is (51,135,65). Sum of RGB (Red+Green+Blue) = 51+135+65=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #338741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338741 is #CC78BE. Grayscale: #666666. Windows color (decimal): -13400255 or 4294451. OLE color: 4294451.

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

Color convert

RGB5113565-
CMYK0.6200.520.47
HSL130º45.16%36.47%-
HSV(B)130º62.22%52.94%-
XYZ10.9818.417.98-
YUV101.9107.1791.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 135 (53.12% from 255) = 53.78%
BLUE value IS 65 (25.78% from 255) = 25.90%
R=20.32%
G=53.78%
B=25.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51135650.6200.520.4713045.1636.47
Hex3387413E0342F822d24
Octal6320710176064572025544
Binary110011100001111000001111110011010010111110000010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338741; }

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

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

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

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

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

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

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

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