#33842D

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

Shades of Japanese Laurel #33842D

Tints of Japanese Laurel #33842D

Color information

#33842D (or 0x33842D) is unknown color: approx Japanese Laurel. HEX triplet: 33, 84 and 2D. RGB value is (51,132,45). Sum of RGB (Red+Green+Blue) = 51+132+45=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #33842D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33842D is #CC7BD2. Grayscale: #626262. Windows color (decimal): -13401043 or 2982963. OLE color: 2982963.

HSL color Cylindrical-coordinate representation of color #33842D: hue angle of 115.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33842D is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB5113245-
CMYK0.6100.660.48
HSL115.86º49.15%34.71%-
HSV(B)115.86º65.91%51.76%-
XYZ10.0917.45.31-
YUV97.8698.1694.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 132 (51.95% from 255) = 57.89%
BLUE value IS 45 (17.97% from 255) = 19.74%
R=22.37%
G=57.89%
B=19.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51132450.6100.660.48115.8649.1534.71
Hex33842D3D04230743123
Octal6320455750102601646143
Binary11001110000100101101111101010000101100001110100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33842D; }

 p { color: rgb(51,132,45); }

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

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

 a { background-color: rgb(51,132,45); }

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

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

 span { border-color: rgb(51,132,45); }

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