#33782F

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

Shades of Japanese Laurel #33782F

Tints of Japanese Laurel #33782F

Color information

#33782F (or 0x33782F) is unknown color: approx Japanese Laurel. HEX triplet: 33, 78 and 2F. RGB value is (51,120,47). Sum of RGB (Red+Green+Blue) = 51+120+47=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #33782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33782F is #CC87D0. Grayscale: #5B5B5B. Windows color (decimal): -13404113 or 3110963. OLE color: 3110963.

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

Color convert

RGB5112047-
CMYK0.5800.610.53
HSL116.71º43.71%32.75%-
HSV(B)116.71º60.83%47.06%-
XYZ8.5914.345-
YUV91.05103.1499.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.39%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=23.39%
G=55.05%
B=21.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51120470.5800.610.53116.7143.7132.75
Hex33782F3A03D35752c21
Octal631705772075651655441
Binary110011111100010111111101001111011101011110101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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