#33782B

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

Shades of Japanese Laurel #33782B

Tints of Japanese Laurel #33782B

Color information

#33782B (or 0x33782B) is unknown color: approx Japanese Laurel. HEX triplet: 33, 78 and 2B. RGB value is (51,120,43). Sum of RGB (Red+Green+Blue) = 51+120+43=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #33782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33782B is #CC87D4. Grayscale: #5A5A5A. Windows color (decimal): -13404117 or 2848819. OLE color: 2848819.

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

Color convert

RGB5112043-
CMYK0.5800.640.53
HSL113.77º47.24%31.96%-
HSV(B)113.77º64.17%47.06%-
XYZ8.5214.314.6-
YUV90.59101.1499.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 120 (47.27% from 255) = 56.07%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=23.83%
G=56.07%
B=20.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51120430.5800.640.53113.7747.2431.96
Hex33782B3A04035722f20
Octal6317053720100651625740
Binary1100111111000101011111010010000001101011110010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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