#33782A

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

Shades of Japanese Laurel #33782A

Tints of Japanese Laurel #33782A

Color information

#33782A (or 0x33782A) is unknown color: approx Japanese Laurel. HEX triplet: 33, 78 and 2A. RGB value is (51,120,42). Sum of RGB (Red+Green+Blue) = 51+120+42=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #33782A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33782A is #CC87D5. Grayscale: #5A5A5A. Windows color (decimal): -13404118 or 2783283. OLE color: 2783283.

HSL color Cylindrical-coordinate representation of color #33782A: hue angle of 113.08º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33782A is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB5112042-
CMYK0.5800.650.53
HSL113.08º48.15%31.76%-
HSV(B)113.08º65%47.06%-
XYZ8.514.34.5-
YUV90.48100.6499.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 120 (47.27% from 255) = 56.34%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=23.94%
G=56.34%
B=19.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51120420.5800.650.53113.0848.1531.76
Hex33782A3A04135713020
Octal6317052720101651616040
Binary1100111111000101010111010010000011101011110001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33782A; }

 p { color: rgb(51,120,42); }

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

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

 a { background-color: rgb(51,120,42); }

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

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

 span { border-color: rgb(51,120,42); }

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