#338841

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

Shades of Japanese Laurel #338841

Tints of Japanese Laurel #338841

Color information

#338841 (or 0x338841) is unknown color: approx Japanese Laurel. HEX triplet: 33, 88 and 41. RGB value is (51,136,65). Sum of RGB (Red+Green+Blue) = 51+136+65=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #338841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338841 is #CC77BE. Grayscale: #666666. Windows color (decimal): -13399999 or 4294707. OLE color: 4294707.

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

Color convert

RGB5113665-
CMYK0.6200.520.47
HSL129.88º45.45%36.67%-
HSV(B)129.88º62.5%53.33%-
XYZ11.1218.698.02-
YUV102.49106.8491.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 136 (53.52% from 255) = 53.97%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=20.24%
G=53.97%
B=25.79%

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
Decimal51136650.6200.520.47129.8845.4536.67
Hex3388413E0342F822d25
Octal6321010176064572025545
Binary110011100010001000001111110011010010111110000010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338841; }

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

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

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

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

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

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

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

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